X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=index.php;h=6a03eee6224f913c5338d196c1da3b91b32c2442;hb=d22205247313f4b67db5c9aa3aac07cd9d073bce;hp=e9264b7bcc4f6e21d2b76eb78557aba8e0b9366c;hpb=59bd8a9805c51c895a92cc12825f4cbdfd792597;p=mailer.git diff --git a/index.php b/index.php index e9264b7bcc..6a03eee622 100644 --- a/index.php +++ b/index.php @@ -36,20 +36,20 @@ require("inc/libs/security_functions.php"); // Init "action" and "what" -global $what, $action; -$GLOBALS['what'] = ""; $GLOBALS['action'] = ""; - -// Set "CSS-Mode" -$GLOBALS['output_mode'] = "0"; +$GLOBALS['what'] = ""; +$GLOBALS['action'] = ""; // Set module $GLOBALS['module'] = "index"; +// Set "CSS-Mode" +$GLOBALS['output_mode'] = "0"; + // Load config.php require("inc/config.php"); // Is the script installed? -if (isBooleanConstantAndTrue('mxchange_installed')) { +if (isInstalled()) { // Header LOAD_INC("inc/header.php");