aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/page_header_admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/admin/page_header_admin.php')
-rw-r--r--phpBB/admin/page_header_admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/admin/page_header_admin.php b/phpBB/admin/page_header_admin.php
index de37b600f7..7be3e34fff 100644
--- a/phpBB/admin/page_header_admin.php
+++ b/phpBB/admin/page_header_admin.php
@@ -160,11 +160,11 @@ $template->assign_vars(array(
);
header ("Cache-Control: no-store, no-cache, must-revalidate");
-header ("Cache-Control: pre-check=0, post-check=0, max-age=0");
+header ("Cache-Control: pre-check=0, post-check=0, max-age=0", false);
header ("Pragma: no-cache");
header ("Expires: " . gmdate("D, d M Y H:i:s", time()) . " GMT");
header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
$template->pparse("header");
-?> \ No newline at end of file
+?>