diff options
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) { |