script does now also regonize the difference between payout in withdraw in wernis...
[mailer.git] / inc / modules / frametester.php
index 0b42976a8dde8d19b7ed99c41ebfe17144ac9ee3..a66a557a8d00a889bae1ea62041ff282d2391c93 100644 (file)
@@ -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");
 }
 //
 ?>