LOAD_CONFIGURED_URL() added, bug #66 resolved
[mailer.git] / admin.php
index 5a04fc8eb97b136e1424f1733c71cea8cc801d0a..20476586610b4be6447f9dad38ae7960f5292dcb 100644 (file)
--- a/admin.php
+++ b/admin.php
@@ -47,10 +47,9 @@ require("inc/config.php");
 // Is the script installed?
 if (isBooleanConstantAndTrue('mxchange_installed')) {
        // Simply redirect... :-)
-       LOAD_URL("modules.php?module=admin&action=login");
-       // Redirection should be done here
+       LOAD_URL("modules.php?module=admin");
 } else {
-       // You have to configure first!
+       // You have to install first!
        LOAD_URL("install.php");
 }