X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_proxy.php;h=d22306dbd528f1656cf24c0f000e7af8ba2081f6;hb=91c5ab6d4bba6959611a9b9661c032cc4c9da6e8;hp=df6e62b19005011dd0210b58b7ed9fc88536e3f5;hpb=dbe56bb043ba16ca1ec1e9efa9effdc1f0612261;p=mailer.git diff --git a/inc/modules/admin/what-config_proxy.php b/inc/modules/admin/what-config_proxy.php index df6e62b190..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] ?>