summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorhamnur <>2016-08-31 11:55:25 +0200
committerhamnur <>2016-08-31 11:55:25 +0200
commit0a6ab475d80b580b09fefaf3ca346b08ec6a23c9 (patch)
tree0d19b809dad240536bd55b777658caf17376737e /src/usr/local/www/system_authservers.php
parentb947efe847b8529c15b862cf26acce4eec9f455e (diff)
downloadpfsense-0a6ab475d80b580b09fefaf3ca346b08ec6a23c9.zip
pfsense-0a6ab475d80b580b09fefaf3ca346b08ec6a23c9.tar.gz
-resolved syntax error
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-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