summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorhamnur <>2016-08-31 11:55:25 +0200
committerRenato Botelho <renato@netgate.com>2016-08-31 08:10:24 -0300
commit991797108b614d79874c88092a28e9fedd381ab9 (patch)
tree004bacd08e5172b4bed7518737be70cd974aefee /src/usr/local/www/system_authservers.php
parent487599363cc43a1f4402824dbc85906b6af6a4d2 (diff)
downloadpfsense-991797108b614d79874c88092a28e9fedd381ab9.zip
pfsense-991797108b614d79874c88092a28e9fedd381ab9.tar.gz
-resolved syntax error
(cherry picked from commit 0a6ab475d80b580b09fefaf3ca346b08ec6a23c9)
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 891a4a9..cea0de6 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -286,14 +286,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