X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Floader.php;h=4b6a8d1d85da7360517b51957ffea5327f1b206b;hb=0226aea588ae0b433e4c2c17b23f79885c2d0da5;hp=ab8533a79b1382f876e8bcade550e6bd6a1a04df;hpb=dbe56bb043ba16ca1ec1e9efa9effdc1f0612261;p=mailer.git diff --git a/inc/modules/loader.php b/inc/modules/loader.php index ab8533a79b..4b6a8d1d85 100644 --- a/inc/modules/loader.php +++ b/inc/modules/loader.php @@ -39,7 +39,7 @@ if (!defined('__SECURITY')) { if (!empty($_GET['url'])) { // Decode URL - $url = gzuncompress(base64_decode(str_replace(" ", "+", COMPILE_CODE(urldecode($_GET['url']))))); + $url = decodeString(str_replace(" ", "+", compileUriCode(urldecode($_GET['url'])))); // Validate the URL if (VALIDATE_URL($url)) {