From 0a6ab475d80b580b09fefaf3ca346b08ec6a23c9 Mon Sep 17 00:00:00 2001 From: hamnur <> Date: Wed, 31 Aug 2016 11:55:25 +0200 Subject: [PATCH] -resolved syntax error --- src/usr/local/www/system_authservers.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php index 171b3cc19d..eb24de7925 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"); }