X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fframetester.php;h=a66a557a8d00a889bae1ea62041ff282d2391c93;hb=1bf45cc4694aedce0b2fed54090c3f74cc93fe26;hp=0b42976a8dde8d19b7ed99c41ebfe17144ac9ee3;hpb=5ef6ed7373ae85e5635e39e2a0adf9496a8add05;p=mailer.git diff --git a/inc/modules/frametester.php b/inc/modules/frametester.php index 0b42976a8d..a66a557a8d 100644 --- a/inc/modules/frametester.php +++ b/inc/modules/frametester.php @@ -65,7 +65,7 @@ if (!empty($_GET['order'])) else { // Matching line not found! - LOAD_URL(URL."/modules.php?module=index&what=login"); + LOAD_URL("modules.php?module=index&what=login"); } // Free memory @@ -74,7 +74,7 @@ if (!empty($_GET['order'])) else { // He is no longer logged in - LOAD_URL(URL."/modules.php?module=index&what=login"); + LOAD_URL("modules.php?module=index&what=login"); } } @@ -118,7 +118,7 @@ if ((!empty($_POST['url'])) || (!empty($_GET['url'])) || (!empty($_GET['frame']) else { // Go away... - LOAD_URL(URL."/modules.php?module=login"); + LOAD_URL("modules.php?module=login"); } // ?>