mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
s/lcase/strtolower/
Bad VBSCript, bad.
This commit is contained in:
parent
ce43f165ef
commit
8eacf6dd52
@ -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']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user