X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-wernis_portal.php;h=0affedbdbf82595bc4f1d95bc4c93708fe17bce2;hb=794052dcd2f66a3e655c9e0d4865c23f44e79166;hp=994bd8d72dcbd9190b0fe8cc396d45c0316c6945;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;p=mailer.git diff --git a/inc/modules/guest/what-wernis_portal.php b/inc/modules/guest/what-wernis_portal.php index 994bd8d72d..0affedbdbf 100644 --- a/inc/modules/guest/what-wernis_portal.php +++ b/inc/modules/guest/what-wernis_portal.php @@ -1,7 +1,7 @@ '); $rdf = new fase4_rdf(); +$rdf->_use_nl2br = false; $rdf->use_dynamic_display(false); -$rdf->set_CacheDir(getConfig('CACHE_PATH') . ''); +$rdf->set_CacheDir(getCachePath() . ''); $rdf->set_salt(md5(getConfig('SITE_KEY'))); $rdf->set_max_item(10); $rdf->set_Options( @@ -68,7 +68,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'));