aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--async.php5
-rw-r--r--index.php5
2 files changed, 0 insertions, 10 deletions
diff --git a/async.php b/async.php
index 3509d01..8e858df 100644
--- a/async.php
+++ b/async.php
@@ -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) {
diff --git a/index.php b/index.php
index fb2aac6..c47dc90 100644
--- a/index.php
+++ b/index.php
@@ -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) {