summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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