Functions imported, some dev-scripts added
[mailer.git] / inc / modules / frametester.php
index 01dbc053d1413d4ac0837780019ccfea4975f420..aae2439303bb903a1ba88d9e109c88c7c38c7780 100644 (file)
@@ -74,7 +74,7 @@ if ((!empty($_POST['url'])) || (!empty($_GET['url'])) || (!empty($_GET['frame'])
        $url = constant('URL');
 
        // Decode URL if set in GET parameters
-       if (!empty($_GET['url']))  $url = gzuncompress(base64_decode(str_replace(" ", "+", COMPILE_CODE(urldecode($_GET['url'])))));
+       if (!empty($_GET['url']))  $url = decodeString(str_replace(" ", "+", compileUriCode(urldecode($_GET['url']))));
 
        // Use URL from POST data if set
        if (!empty($_POST['url'])) $url = $_POST['url'];