mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3126 from hamnur/master
This commit is contained in:
commit
2374503855
@ -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");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user