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