diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-08-12 17:08:45 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-08-12 17:08:45 +0000 |
commit | 17d9d2d2579c19224b2b4c6dc3df5085bb2b7fdb (patch) | |
tree | 617faff4f477916b3782d3182d28a4a5b3eb0754 /usr | |
parent | 8e90e1e4b7d468321fe56aa7915fa290fce20435 (diff) | |
download | pfsense-17d9d2d2579c19224b2b4c6dc3df5085bb2b7fdb.zip pfsense-17d9d2d2579c19224b2b4c6dc3df5085bb2b7fdb.tar.gz |
Return after redirecting.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/captiveportal/index.php | 1 |
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; |