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