X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_proxy.php;h=57f7a55e530874a216e418c1ebc49b41cd4b8128;hb=995488beda665a1fc3de65df95f2d1ae236d1245;hp=75cd3f38e8bb8bebe9f54a21166cbc425193a2aa;hpb=3299d3eba008bfd2450d0f19d072126f98c78e1e;p=mailer.git diff --git a/inc/modules/admin/what-config_proxy.php b/inc/modules/admin/what-config_proxy.php index 75cd3f38e8..57f7a55e53 100644 --- a/inc/modules/admin/what-config_proxy.php +++ b/inc/modules/admin/what-config_proxy.php @@ -1,18 +1,24 @@ $_CONFIG['proxy_host'], - 'proxy_port' => $_CONFIG['proxy_port'], - 'proxy_username' => $_CONFIG['proxy_username'], - 'proxy_password' => $_CONFIG['proxy_password'], + 'proxy_host' => getConfig('proxy_host'), + 'proxy_port' => getConfig('proxy_port'), + 'proxy_username' => getConfig('proxy_username'), + 'proxy_password' => getConfig('proxy_password'), ); // Load template - LOAD_TEMPLATE("admin_config_proxy", false, $content); + loadTemplate('admin_config_proxy', false, $content); } -// +// [EOF] ?>