Bug #12174 » guiconfig.inc_29JUL2021b.patch
/usr/local/www/guiconfig.inc 2021-07-29 16:02:12.025495000 +0000 | ||
---|---|---|
997 | 997 |
function gateway_info_popup($showgw) { |
998 | 998 |
global $config, $user_settings; |
999 | 999 | |
1000 |
if ($user_settings['webgui']['disablealiaspopupdetail']) { |
|
1001 |
return $showgw; |
|
1002 |
} |
|
1003 | ||
1000 | 1004 |
init_config_arr(array('gateways', 'gateway_group')); |
1001 | 1005 |
$a_gateways = return_gateways_array(); |
1002 | 1006 |
$gateways_status = return_gateways_status(true); |