summaryrefslogtreecommitdiffstats
path: root/usr/local/captiveportal/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-12 16:58:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-12 16:58:47 +0000
commit406578388efeb2e51614c48331ac2af49b1e1553 (patch)
tree9dae4327b6fc4ea4e952040c77a3db5249b19800 /usr/local/captiveportal/index.php
parent8abb10307f6b278e533b95f0df57494d88eabaa0 (diff)
downloadpfsense-406578388efeb2e51614c48331ac2af49b1e1553.zip
pfsense-406578388efeb2e51614c48331ac2af49b1e1553.tar.gz
Ensure we unlock captive portal before redirecting.
Diffstat (limited to 'usr/local/captiveportal/index.php')
-rwxr-xr-xusr/local/captiveportal/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php
index 9489689..7a8b5ad 100755
--- a/usr/local/captiveportal/index.php
+++ b/usr/local/captiveportal/index.php
@@ -375,6 +375,7 @@ document.location.href="{$my_redirurl}";
EOD;
} else {
+ captiveportal_unlock();
header("Location: " . $my_redirurl);
}
OpenPOWER on IntegriCloud