summaryrefslogtreecommitdiffstats
path: root/usr/local/captiveportal/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/captiveportal/index.php')
-rw-r--r--usr/local/captiveportal/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php
index 90f0dbb..0e65a26 100644
--- a/usr/local/captiveportal/index.php
+++ b/usr/local/captiveportal/index.php
@@ -40,8 +40,7 @@ require_once("captiveportal.inc");
$errormsg = "Invalid credentials specified.";
header("Expires: 0");
-header("Cache-Control: no-store, no-cache, must-revalidate");
-header("Cache-Control: post-check=0, pre-check=0", false);
+header("Cache-Control: no-cache, no-store, must-revalidate, pre-check=0, post-check=0");
header("Pragma: no-cache");
header("Connection: close");
OpenPOWER on IntegriCloud