]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/frametester.php
script does now also regonize the difference between payout in withdraw in wernis...
[mailer.git] / inc / modules / frametester.php
index 1be7dd9d339a344e3af421af4f2f601334359f5c..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");
        }
 }
 
@@ -103,7 +103,7 @@ if ((!empty($_POST['url'])) || (!empty($_GET['url'])) || (!empty($_GET['frame'])
                break;
 
        case "test_top":
-               OUTPUT_HTML ("<STRONG class=\"guest_done\">".GUEST_FRAMETESTER_TOP."</SPAN>");
+               OUTPUT_HTML("<STRONG class=\"guest_done\">".GUEST_FRAMETESTER_TOP."</SPAN>");
                break;
 
        case "back": // Back buttom
@@ -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");
 }
 //
 ?>