Changeset 1259 in ExiteCMS
- Timestamp:
- 02/10/08 21:48:20 (4 years ago)
- Location:
- modules/common/forum_threads_list_panel/php-files/modules/forum_threads_list_panel
- Files:
-
- 2 edited
-
new_posts.php (modified) (1 diff)
-
new_posts_detail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/common/forum_threads_list_panel/php-files/modules/forum_threads_list_panel/new_posts.php
r1197 r1259 15 15 require_once dirname(__FILE__)."../../../includes/core_functions.php"; 16 16 require_once PATH_ROOT."/includes/theme_functions.php"; 17 18 // make sure the page isn't cached 19 header("Cache-Control: no-cache, no-store, must-revalidate"); 20 header("Pragma: no-cache"); 17 21 18 22 // temp storage for template variables -
modules/common/forum_threads_list_panel/php-files/modules/forum_threads_list_panel/new_posts_detail.php
r1206 r1259 15 15 require_once dirname(__FILE__)."../../../includes/core_functions.php"; 16 16 require_once PATH_ROOT."/includes/theme_functions.php"; 17 18 // make sure the page isn't cached 19 header("Cache-Control: no-cache, no-store, must-revalidate"); 20 header("Pragma: no-cache"); 17 21 18 22 // temp storage for template variables
Note: See TracChangeset
for help on using the changeset viewer.
