diff options
-rw-r--r-- | async.php | 5 | ||||
-rw-r--r-- | index.php | 5 |
2 files changed, 0 insertions, 10 deletions
@@ -11,11 +11,6 @@ function isAsyncRequest() { # <<< #=============================================================================== -# Deactivate caching -#=============================================================================== -header('Cache-Control: no-cache, no-store, must-revalidate'); - -#=============================================================================== # Include classes and functions #=============================================================================== spl_autoload_register(function($classname) { @@ -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) { |