summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorbcyrill <cyrill@bannwart.info>2012-07-06 03:34:31 +0300
committerbcyrill <cyrill@bannwart.info>2012-07-06 03:34:31 +0300
commitf3bea667b8139f47c0241df7089f6c198d299438 (patch)
treea0651c4c7f3a08b18d3e4245bb3561184b4cf832 /usr/local/www/services_captiveportal.php
parent98c5d647ec5d24a2d3266827ab50f9c08a9702f9 (diff)
downloadpfsense-f3bea667b8139f47c0241df7089f6c198d299438.zip
pfsense-f3bea667b8139f47c0241df7089f6c198d299438.tar.gz
Update master
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index bfd7079..de2fe1d 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -257,7 +257,7 @@ if ($_POST) {
$newcp['radmac_enable'] = $_POST['radmac_enable'] ? true : false;
$newcp['radmac_secret'] = $_POST['radmac_secret'] ? $_POST['radmac_secret'] : false;
$newcp['reauthenticateacct'] = $_POST['reauthenticateacct'];
- if (isset($_POST['httpslogin_enable']))
+ if ($_POST['httpslogin_enable'])
$newcp['httpslogin'] = true;
else
unset($newcp['httpslogin']);
OpenPOWER on IntegriCloud