summaryrefslogtreecommitdiffstats
path: root/usr/local/www/getstats.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/getstats.php')
-rw-r--r--usr/local/www/getstats.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/getstats.php b/usr/local/www/getstats.php
index bca6557..886114b 100644
--- a/usr/local/www/getstats.php
+++ b/usr/local/www/getstats.php
@@ -37,9 +37,9 @@
##|*MATCH=getstats.php*
##|-PRIV
-header("Last-Modified: " . gmdate( "D, j M Y H:i:s" ) . " GMT" );
-header("Expires: " . gmdate( "D, j M Y H:i:s", time() ) . " GMT" );
-header("Cache-Control: no-cache, no-store, must-revalidate" ); // HTTP/1.1
+header("Last-Modified: " . gmdate("D, j M Y H:i:s") . " GMT");
+header("Expires: " . gmdate("D, j M Y H:i:s", time()) . " GMT");
+header("Cache-Control: no-cache, no-store, must-revalidate"); // HTTP/1.1
header("Pragma: no-cache"); // HTTP/1.0
require_once("guiconfig.inc");
OpenPOWER on IntegriCloud