summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-05-22 00:06:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-05-22 00:06:43 +0000
commit1d622048193b2e330e4488379fe4c90d5ad08eb7 (patch)
tree1ef5b89deb7a893e1eee95d64d42f9b7967b67ba /usr/local/www/services_captiveportal.php
parent99295d7b9a856006046eeddd5605b1b37663e513 (diff)
downloadpfsense-1d622048193b2e330e4488379fe4c90d5ad08eb7.zip
pfsense-1d622048193b2e330e4488379fe4c90d5ad08eb7.tar.gz
s/lcase/strtolower/
Bad VBSCript, bad.
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 976858f..7cc6c49 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -58,7 +58,7 @@ $pconfig['radmac_secret'] = $config['captiveportal']['radmac_secret'];
$pconfig['reauthenticate'] = isset($config['captiveportal']['reauthenticate']);
$pconfig['reauthenticateacct'] = $config['captiveportal']['reauthenticateacct'];
$pconfig['httpslogin_enable'] = isset($config['captiveportal']['httpslogin']);
-$pconfig['httpsname'] = lcase($config['captiveportal']['httpsname']);
+$pconfig['httpsname'] = strtolower($config['captiveportal']['httpsname']);
$pconfig['cert'] = base64_decode($config['captiveportal']['certificate']);
$pconfig['key'] = base64_decode($config['captiveportal']['private-key']);
$pconfig['logoutwin_enable'] = isset($config['captiveportal']['logoutwin_enable']);
OpenPOWER on IntegriCloud