]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-wernis_portal.php
More rewrites to make use of (cached) wrapper functions
[mailer.git] / inc / modules / guest / what-wernis_portal.php
index 7a29cbe3e1db2afb3be9607061a4a1182dcca0e3..126a08492f3553b52684d6c4efc2c686095374ae 100644 (file)
@@ -70,7 +70,7 @@ $rdf->set_Options(
 );
 
 // Use proxy?
-if ((getConfig('proxy_host') != '') && (getConfig('proxy_port') > 0)) {
+if (isProxyUsed()) {
        // Set proxy data
        $rdf->set_proxy(getConfig('proxy_host'), getConfig('proxy_port'));