summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-31 08:10:16 -0300
committerRenato Botelho <renato@netgate.com>2016-08-31 08:10:16 -0300
commit2374503855de4f7cd747f763f99e5ccc7801ac6b (patch)
tree0d19b809dad240536bd55b777658caf17376737e /src
parentb947efe847b8529c15b862cf26acce4eec9f455e (diff)
parent0a6ab475d80b580b09fefaf3ca346b08ec6a23c9 (diff)
downloadpfsense-2374503855de4f7cd747f763f99e5ccc7801ac6b.zip
pfsense-2374503855de4f7cd747f763f99e5ccc7801ac6b.tar.gz
Merge pull request #3126 from hamnur/master
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/system_authservers.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index 171b3cc..eb24de7 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -254,14 +254,14 @@ if ($_POST) {
gettext("Hostname or IP"),
gettext("Services"));
- if ($pconfig['radisu_srvcs'] == "both" ||
- $pconfig['radisu_srvcs'] == "auth") {
+ if ($pconfig['radius_srvcs'] == "both" ||
+ $pconfig['radius_srvcs'] == "auth") {
$reqdfields[] = "radius_auth_port";
$reqdfieldsn[] = gettext("Authentication port");
}
- if ($pconfig['radisu_srvcs'] == "both" ||
- $pconfig['radisu_srvcs'] == "acct") {
+ if ($pconfig['radius_srvcs'] == "both" ||
+ $pconfig['radius_srvcs'] == "acct") {
$reqdfields[] = "radius_acct_port";
$reqdfieldsn[] = gettext("Accounting port");
}
OpenPOWER on IntegriCloud