diff options
author | Simon Rettberg | 2017-04-27 12:03:43 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-04-27 12:03:43 +0200 |
commit | 5490739e152d19a8448ee708cd924f9d306ea057 (patch) | |
tree | 930e9b409ecfca4e34b8cb9797fc8aa0075fe084 /index.php | |
parent | [baseconfig] Display inherited value and source when editing module specific ... (diff) | |
download | slx-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.php | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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(); |