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 ----- 1 file changed, 5 deletions(-) (limited to 'async.php') 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 #=============================================================================== -- cgit v1.2.3