summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorSimon Rettberg2017-04-27 12:03:43 +0200
committerSimon Rettberg2017-04-27 12:03:43 +0200
commit5490739e152d19a8448ee708cd924f9d306ea057 (patch)
tree930e9b409ecfca4e34b8cb9797fc8aa0075fe084 /index.php
parent[baseconfig] Display inherited value and source when editing module specific ... (diff)
downloadslx-admin-5490739e152d19a8448ee708cd924f9d306ea057.tar.gz
slx-admin-5490739e152d19a8448ee708cd924f9d306ea057.tar.xz
slx-admin-5490739e152d19a8448ee708cd924f9d306ea057.zip
Relax anti-caching headers a bit
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/index.php b/index.php
index 20049335..6f547418 100644
--- a/index.php
+++ b/index.php
@@ -123,9 +123,7 @@ if(!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') {
}
}
Header('Expires: Wed, 29 Mar 2007 09:56:28 GMT');
-Header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
-Header("Cache-Control: post-check=0, pre-check=0", false);
-Header("Pragma: no-cache");
+Header("Cache-Control: max-age=0");
// Now determine which module to run
Page::init();