X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_proxy.php;h=d22306dbd528f1656cf24c0f000e7af8ba2081f6;hb=225103a2af4ebe180823d48913eac14825381134;hp=8eba046009305e3625f2ab7c159db694c7c8cba6;hpb=357b2ca133fc1f89db74097955c366cb4bee6996;p=mailer.git diff --git a/inc/modules/admin/what-config_proxy.php b/inc/modules/admin/what-config_proxy.php index 8eba046009..d22306dbd5 100644 --- a/inc/modules/admin/what-config_proxy.php +++ b/inc/modules/admin/what-config_proxy.php @@ -1,7 +1,7 @@ $_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] ?>