X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Floader.php;h=ab8533a79b1382f876e8bcade550e6bd6a1a04df;hp=88a9aa7eadb707f62a211a66ce607309f0a60848;hb=f9a9c09e1ae257449bfd98f8854e321efba1dc3c;hpb=963e55ca1ea79e255f235e359cde9f7862191dc5 diff --git a/inc/modules/loader.php b/inc/modules/loader.php index 88a9aa7ead..ab8533a79b 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 = COMPILE_CODE(@gzuncompress(base64_decode(str_replace(" ", "+", urldecode($_GET['url']))))); + $url = gzuncompress(base64_decode(str_replace(" ", "+", COMPILE_CODE(urldecode($_GET['url']))))); // Validate the URL if (VALIDATE_URL($url)) {