X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=admin.php;h=f4c3d824cfb4394fd3f2aed13f8af644127a743b;hp=5a04fc8eb97b136e1424f1733c71cea8cc801d0a;hb=ea295a391646261bc643264570404f6862abcbd4;hpb=d798a412acb8c1263933bd7f7a0fd9aa251495a7 diff --git a/admin.php b/admin.php index 5a04fc8eb9..f4c3d824cf 100644 --- a/admin.php +++ b/admin.php @@ -32,14 +32,16 @@ ************************************************************************/ // Load security stuff here (Oh, I hope this is not unsecure? Am I paranoia??? ;-) ) -require_once("inc/libs/security_functions.php"); +require("inc/libs/security_functions.php"); // Init "action" and "what" global $what, $action; -$GLOBALS['what'] = ""; $GLOBALS['action'] = ""; +$GLOBALS['what'] = ""; +$GLOBALS['action'] = ""; // Set module -$GLOBALS['module'] = "admin"; $CSS = -1; +$GLOBALS['module'] = "admin"; +$CSS = -1; // Load the required file(s) require("inc/config.php"); @@ -47,10 +49,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"); }