From 5e1b775028e17cd5ffb0272ff389f5b5758f898b Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 3 Feb 2018 19:42:08 +0100 Subject: Remove sending the "Cache-Control" header on the demo page(s) --- async.php | 5 ----- index.php | 5 ----- 2 files changed, 10 deletions(-) diff --git a/async.php b/async.php index 3509d01..8e858df 100644 --- a/async.php +++ b/async.php @@ -10,11 +10,6 @@ function isAsyncRequest() { # <<< -#=============================================================================== -# Deactivate caching -#=============================================================================== -header('Cache-Control: no-cache, no-store, must-revalidate'); - #=============================================================================== # Include classes and functions #=============================================================================== diff --git a/index.php b/index.php index fb2aac6..c47dc90 100644 --- a/index.php +++ b/index.php @@ -1,9 +1,4 @@