New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / inc / modules / admin / what-config_proxy.php
index 57f7a55e530874a216e418c1ebc49b41cd4b8128..5566979b1ccee476e3369abe355252cccc5e4721 100644 (file)
@@ -55,14 +55,6 @@ if (isFormSent()) {
                loadTemplate('admin_settings_saved', false, getMessage('ADMIN_PROXY_SETTINGS_INVALID'));
        }
 } else {
-       // Prepare content
-       $content = array(
-               'proxy_host'     => 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);
 }