X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_proxy.php;h=3a2f37ec3188c38e2d5239418bf8b3dfd62e6da5;hb=97eb53f4fdcc3f433dea23d09efde744d52a3740;hp=df6e62b19005011dd0210b58b7ed9fc88536e3f5;hpb=7f104f6fe558bb56b4205241435a2357c2feece1;p=mailer.git diff --git a/inc/modules/admin/what-config_proxy.php b/inc/modules/admin/what-config_proxy.php index df6e62b190..3a2f37ec31 100644 --- a/inc/modules/admin/what-config_proxy.php +++ b/inc/modules/admin/what-config_proxy.php @@ -38,7 +38,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { } // Add description as navigation point -ADD_DESCR("admin", basename(__FILE__)); +ADD_DESCR("admin", __FILE__); if (isset($_POST['ok'])) { // Test proxy settings @@ -52,10 +52,10 @@ if (isset($_POST['ok'])) { } else { // Prepare content $content = array( - 'proxy_host' => $_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