Actions
Bug #1264
closedhttpsname is forgotten on services/captiveportal config
Start date:
02/08/2011
Due date:
% Done:
100%
Estimated time:
0.10 h
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
All
Description
httpsname is forgotten on the services/captiveportal config page.
Here is a patch
--- orig/services_captiveportal.php 2011-02-08 11:22:57.273299913 +0100 +++ new/services_captiveportal.php 2011-02-08 11:23:23.837299896 +0100 @@ -82,6 +82,7 @@ $pconfig['reauthenticate'] = isset($config['captiveportal']['reauthenticate']); $pconfig['reauthenticateacct'] = $config['captiveportal']['reauthenticateacct']; $pconfig['httpslogin_enable'] = isset($config['captiveportal']['httpslogin']); +$pconfig['httpsname'] = $config['captiveportal']['httpsname']; $pconfig['preauthurl'] = strtolower($config['captiveportal']['preauthurl']); $pconfig['cert'] = base64_decode($config['captiveportal']['certificate']); $pconfig['cacert'] = base64_decode($config['captiveportal']['cacertificate']);
Files
Actions