Revision 0a6ab475
Added by hamnur almost 9 years ago
src/usr/local/www/system_authservers.php | ||
---|---|---|
254 | 254 |
gettext("Hostname or IP"), |
255 | 255 |
gettext("Services")); |
256 | 256 |
|
257 |
if ($pconfig['radisu_srvcs'] == "both" ||
|
|
258 |
$pconfig['radisu_srvcs'] == "auth") {
|
|
257 |
if ($pconfig['radius_srvcs'] == "both" ||
|
|
258 |
$pconfig['radius_srvcs'] == "auth") {
|
|
259 | 259 |
$reqdfields[] = "radius_auth_port"; |
260 | 260 |
$reqdfieldsn[] = gettext("Authentication port"); |
261 | 261 |
} |
262 | 262 |
|
263 |
if ($pconfig['radisu_srvcs'] == "both" ||
|
|
264 |
$pconfig['radisu_srvcs'] == "acct") {
|
|
263 |
if ($pconfig['radius_srvcs'] == "both" ||
|
|
264 |
$pconfig['radius_srvcs'] == "acct") {
|
|
265 | 265 |
$reqdfields[] = "radius_acct_port"; |
266 | 266 |
$reqdfieldsn[] = gettext("Accounting port"); |
267 | 267 |
} |
Also available in: Unified diff
-resolved syntax error