Project

General

Profile

Bug #1264 ยป services_captiveportal.php.diff

Thomas NOEL, 02/08/2011 08:39 AM

View differences:

new/services_captiveportal.php 2011-02-08 11:23:23.837299896 +0100
82 82
$pconfig['reauthenticate'] = isset($config['captiveportal']['reauthenticate']);
83 83
$pconfig['reauthenticateacct'] = $config['captiveportal']['reauthenticateacct'];
84 84
$pconfig['httpslogin_enable'] = isset($config['captiveportal']['httpslogin']);
85
$pconfig['httpsname'] = $config['captiveportal']['httpsname'];
85 86
$pconfig['preauthurl'] = strtolower($config['captiveportal']['preauthurl']);
86 87
$pconfig['cert'] = base64_decode($config['captiveportal']['certificate']);
87 88
$pconfig['cacert'] = base64_decode($config['captiveportal']['cacertificate']);
    (1-1/1)