Revision aa530bf4
Added by Ermal LUÇI about 15 years ago
usr/local/www/diag_authentication.php | ||
---|---|---|
95 | 95 |
<?php |
96 | 96 |
$auth_servers = auth_get_authserver_list(); |
97 | 97 |
foreach ($auth_servers as $auth_server): |
98 |
if ($auth_server['type'] == 'radius') |
|
99 |
continue; |
|
100 | 98 |
$selected = ""; |
101 | 99 |
if ($auth_server['name'] == $pconfig['authmode']) |
102 | 100 |
$selected = "selected"; |
Also available in: Unified diff
Show radius too.