summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorSimon Rettberg2017-04-27 13:46:42 +0200
committerSimon Rettberg2017-04-27 13:46:42 +0200
commit8666590dd1184970bf8c93415e49f8f4be43ea5b (patch)
treee9c0f1ba79b3400e98c6249daf61f8f519105f29 /index.php
parent[locationinfo] Clean up translations (diff)
parentRelax anti-caching headers a bit (diff)
downloadslx-admin-8666590dd1184970bf8c93415e49f8f4be43ea5b.tar.gz
slx-admin-8666590dd1184970bf8c93415e49f8f4be43ea5b.tar.xz
slx-admin-8666590dd1184970bf8c93415e49f8f4be43ea5b.zip
Merge branch 'master' into location-info-panel
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();