diff options
Diffstat (limited to 'async.php')
-rw-r--r-- | async.php | 5 |
1 files changed, 0 insertions, 5 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) { |