X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_proxy.php;h=c86f72872aa531d0f83157382f634a72f3d86837;hb=c3b4eaf29946349ff058691db2dcb615a5379bb2;hp=3a690de5c9b9810f574a9f5f5a9770483ffcab10;hpb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;p=mailer.git diff --git a/inc/modules/admin/what-config_proxy.php b/inc/modules/admin/what-config_proxy.php index 3a690de5c9..c86f72872a 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] ?>