diff options
author | Thomas Lange <code@nerdmind.de> | 2018-02-03 19:42:08 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2018-02-03 19:42:08 +0100 |
commit | 5e1b775028e17cd5ffb0272ff389f5b5758f898b (patch) | |
tree | a652e35ac64fccd5e54b13d7fc55ab77fe1c0f0a /index.php | |
parent | f48b94d0aaf8f7057b9f37152ae028b49c710f31 (diff) | |
download | bigpipe-5e1b775028e17cd5ffb0272ff389f5b5758f898b.tar.gz bigpipe-5e1b775028e17cd5ffb0272ff389f5b5758f898b.tar.xz bigpipe-5e1b775028e17cd5ffb0272ff389f5b5758f898b.zip |
Remove sending the "Cache-Control" header on the demo page(s)
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,10 +1,5 @@ <?php #=============================================================================== -# Deactivate caching -#=============================================================================== -header('Cache-Control: no-cache, no-store, must-revalidate'); - -#=============================================================================== # Include classes and functions #=============================================================================== spl_autoload_register(function($classname) { |