X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Floader.php;h=6d5b5a37d203f859e5ac556ec0870dc2cd4c9e19;hb=ee71bda9cc7d75f090ae2e1a2d05d4903523e112;hp=88a9aa7eadb707f62a211a66ce607309f0a60848;hpb=963e55ca1ea79e255f235e359cde9f7862191dc5;p=mailer.git diff --git a/inc/modules/loader.php b/inc/modules/loader.php index 88a9aa7ead..6d5b5a37d2 100644 --- a/inc/modules/loader.php +++ b/inc/modules/loader.php @@ -37,9 +37,9 @@ if (!defined('__SECURITY')) { require($INC); } -if (!empty($_GET['url'])) { +if (REQUEST_ISSET_GET(('url'))) { // Decode URL - $url = COMPILE_CODE(@gzuncompress(base64_decode(str_replace(" ", "+", urldecode($_GET['url']))))); + $url = decodeString(str_replace(" ", "+", compileUriCode(urldecode(REQUEST_GET('url'))))); // Validate the URL if (VALIDATE_URL($url)) {