X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_proxy.php;h=be45921667f2c20f0f856eba33531609a538c314;hb=cc59ea1cce3e0fafc2cc6c9e36142698cf2b58ef;hp=b01ace10700f9156ceac6f66d37c9967702664ea;hpb=e2212ac50663d7da7b77040270d55c90b66d65af;p=mailer.git diff --git a/inc/modules/admin/what-config_proxy.php b/inc/modules/admin/what-config_proxy.php index b01ace1070..be45921667 100644 --- a/inc/modules/admin/what-config_proxy.php +++ b/inc/modules/admin/what-config_proxy.php @@ -1,7 +1,7 @@ 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'); } -// +// [EOF] ?>