X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Floader.php;h=4b6a8d1d85da7360517b51957ffea5327f1b206b;hp=ab8533a79b1382f876e8bcade550e6bd6a1a04df;hb=7989ec603971c0dc8dc35d8be4e72f8098b83baa;hpb=c81e9ed85e01215e464d94446773bcd5e6699194 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)) {