X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Floader.php;h=368b613789f948c1eb449b9f51378bd63c1184a3;hb=847c1a1f0a221f4d560f9a12a3a4aa3d92b6d16f;hp=c8c62dd35373784fad8d46b2215ef99ca93951ba;hpb=c367b113a17ccaa0a42531ae4137be50b2a3a983;p=mailer.git diff --git a/inc/modules/loader.php b/inc/modules/loader.php index c8c62dd353..368b613789 100644 --- a/inc/modules/loader.php +++ b/inc/modules/loader.php @@ -39,7 +39,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) { if (!empty($_GET['url'])) { // Decode URL - $url = COMPILE_CODE(@gzuncompress(base64_decode(urldecode($_GET['url'])))); + $url = COMPILE_CODE(@gzuncompress(base64_decode(str_replace(" ", "+", urldecode($_GET['url']))))); // Validate the URL if (VALIDATE_URL($url)) {