summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-08-28 11:32:29 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-08-28 11:32:29 -0400
commitdf5d8616162842da5e8140cd4c38ce3fd6c13520 (patch)
tree89bd22d709ca162582597003ed68219ac7e51ac5 /src/usr/local/www/system_authservers.php
parentac9d8bed4e863480c6c0c2ee3c05704acb2389ce (diff)
downloadpfsense-df5d8616162842da5e8140cd4c38ce3fd6c13520.zip
pfsense-df5d8616162842da5e8140cd4c38ce3fd6c13520.tar.gz
Fixed #5031
Corrected input element names and values
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r--src/usr/local/www/system_authservers.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index 72a618c..64e0c3e 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -650,12 +650,12 @@ $section->addInput(new Form_Input(
'radius_auth_port',
'Authentication port value',
'number',
- $pconfig['radius_secret']
+ $pconfig['radius_auth_port']
));
$section->addInput(new Form_Input(
'radius_acct_port',
- 'Authentication Timeout',
+ 'Accounting port',
'number',
$pconfig['radius_acct_port']
));
OpenPOWER on IntegriCloud