X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_proxy.php;h=8061e4ccb0249218d7b686fa22203527e18af366;hb=5d89789720c77e954b2eba28c00ec710dd28900d;hp=d3c9023fc47f3745f5f88f502a46a495aa95c757;hpb=e01fcf1ca8ddeb72af76465df3ef72301a1cdae7;p=mailer.git diff --git a/inc/modules/admin/what-config_proxy.php b/inc/modules/admin/what-config_proxy.php index d3c9023fc4..8061e4ccb0 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] ?>