summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-06-17 21:48:31 +0000
committerErmal <eri@pfsense.org>2010-06-17 21:48:31 +0000
commit8aede55b43d5f484c7708c5998b8432b3c5c3667 (patch)
tree9387fa7e4b6aa8a8dd288b1eeaba1083c77053df /usr/local/www/services_captiveportal.php
parentf23e63638af309ec317dc924794c34dd1c68fecc (diff)
downloadpfsense-8aede55b43d5f484c7708c5998b8432b3c5c3667.zip
pfsense-8aede55b43d5f484c7708c5998b8432b3c5c3667.tar.gz
Use proper name for index.
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 0c60c7c..fc5a1a9 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -201,7 +201,7 @@ if ($_POST) {
$config['captiveportal']['radiuskey2'] = $_POST['radiuskey2'];
$config['captiveportal']['radiusvendor'] = $_POST['radiusvendor'] ? $_POST['radiusvendor'] : false;
$config['captiveportal']['radiussession_timeout'] = $_POST['radiussession_timeout'] ? true : false;
- $config['captiveportal']['radiussession_timeout'] = $_POST['radiussrcip_attribute'];
+ $config['captiveportal']['radiussrcip_attribute'] = $_POST['radiussrcip_attribute'];
$config['captiveportal']['passthrumacadd'] = $_POST['passthrumacadd'] ? true : false;
$config['captiveportal']['passthrumacaddusername'] = $_POST['passthrumacaddusername'] ? true : false;
$config['captiveportal']['radmac_format'] = $_POST['radmac_format'] ? $_POST['radmac_format'] : false;
OpenPOWER on IntegriCloud