]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/loader.php
More variables renamed to , install/admin_WriteData() is now generic (with open TODO)
[mailer.git] / inc / modules / loader.php
index 88a9aa7eadb707f62a211a66ce607309f0a60848..4b6a8d1d85da7360517b51957ffea5327f1b206b 100644 (file)
@@ -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 = decodeString(str_replace(" ", "+", compileUriCode(urldecode($_GET['url']))));
 
        // Validate the URL
        if (VALIDATE_URL($url)) {