summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-12 17:08:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-12 17:08:45 +0000
commit17d9d2d2579c19224b2b4c6dc3df5085bb2b7fdb (patch)
tree617faff4f477916b3782d3182d28a4a5b3eb0754 /usr
parent8e90e1e4b7d468321fe56aa7915fa290fce20435 (diff)
downloadpfsense-17d9d2d2579c19224b2b4c6dc3df5085bb2b7fdb.zip
pfsense-17d9d2d2579c19224b2b4c6dc3df5085bb2b7fdb.tar.gz
Return after redirecting.
Diffstat (limited to 'usr')
-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 075dd9f..8b4d3f4 100755
--- a/usr/local/captiveportal/index.php
+++ b/usr/local/captiveportal/index.php
@@ -375,6 +375,7 @@ EOD;
} else {
captiveportal_unlock();
header("Location: " . $my_redirurl);
+ return $sessionid;
}
captiveportal_unlock();
return $sessionid;
OpenPOWER on IntegriCloud