wernis extension is now alpha code (only listing in admin area is missing), naming...
[mailer.git] / inc / modules / loader.php
index a75bdbd597d59858d6007dbbd98e01ad96a71b61..96e1bc8a3ae42ef25b01957d47026bad6b1f432a 100644 (file)
@@ -52,13 +52,13 @@ if (!empty($_GET['url']))
         else
        {
                // URL invalid
-               LOAD_URL(URL."/index.php");
+               LOAD_URL("index.php");
        }
 }
  else
 {
        // Invalid or no URL entered!
-       LOAD_URL(URL."/index.php");
+       LOAD_URL("index.php");
 }
 //
 ?>