aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/admin')
-rw-r--r--phpBB/admin/page_header_admin.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/admin/page_header_admin.php b/phpBB/admin/page_header_admin.php
index 86cf6fee3f..8ef73f17f2 100644
--- a/phpBB/admin/page_header_admin.php
+++ b/phpBB/admin/page_header_admin.php
@@ -155,6 +155,9 @@ $template->assign_vars(array(
"T_SPAN_CLASS3" => $theme['span_class3'])
);
+header ("Cache-Control: no-store, no-cache, must-revalidate");
+header ("Cache-Control: pre-check=0, post-check=0, max-age=0");
+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");