no more locked points
[mailer.git] / login.php
index 8c2c0c9dbccc47cf67ce3156c1fc4334235401b6..7804c8c711698cea7827005f70e9d878bc8af0fb 100644 (file)
--- a/login.php
+++ b/login.php
@@ -48,13 +48,13 @@ require ("inc/config.php");
 if (defined('mxchange_installed') && (mxchange_installed))
 {
        // Simply redirect... :-)
-       LOAD_URL(URL."/modules.php?module=index&what=login");
+       LOAD_URL("modules.php?module=index&what=login");
        // Redirection should be done here
 }
  else
 {
        // You have to configure first!
-       LOAD_URL(URL."install.php");
+       LOAD_URL("install.php");
 }
 // Really all done here... ;-)
 ?>