X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_proxy.php;h=be45921667f2c20f0f856eba33531609a538c314;hb=f64d7201f0d4bf966d55bcdc85ce206d124dfe14;hp=9705bfc90ce2ab2b7cf5c2ba541650501791ff38;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/modules/admin/what-config_proxy.php b/inc/modules/admin/what-config_proxy.php index 9705bfc90c..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 - loadTemplate('admin_config_proxy', false, $content); + loadTemplate('admin_config_proxy'); } // [EOF]