summaryrefslogtreecommitdiffstats
path: root/usr/local/captiveportal
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-05-14 02:26:35 +0000
committerErmal Luçi <eri@pfsense.org>2009-05-14 02:26:58 +0000
commitb4989d636f2b56107e1b7c0108223104de262842 (patch)
tree4a796318297bb83351dd3c835cd5088bea4bf0d1 /usr/local/captiveportal
parent4b38cdb7a5f3050d37419564a07a7f47a2e7b029 (diff)
downloadpfsense-b4989d636f2b56107e1b7c0108223104de262842.zip
pfsense-b4989d636f2b56107e1b7c0108223104de262842.tar.gz
Remove dubious/forgotten unlocking that is uneccesary.
Diffstat (limited to 'usr/local/captiveportal')
-rwxr-xr-xusr/local/captiveportal/index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php
index 4c076a6..eab9763 100755
--- a/usr/local/captiveportal/index.php
+++ b/usr/local/captiveportal/index.php
@@ -356,12 +356,10 @@ document.location.href="{$my_redirurl}";
EOD;
} else {
- unlock($cplock);
header("Location: " . $my_redirurl);
return $sessionid;
}
- unlock($cplock);
return $sessionid;
}
OpenPOWER on IntegriCloud