X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=index.php;h=6a03eee6224f913c5338d196c1da3b91b32c2442;hp=e9264b7bcc4f6e21d2b76eb78557aba8e0b9366c;hb=f74581eca45c393033acfd9d7798b958031bc625;hpb=59bd8a9805c51c895a92cc12825f4cbdfd792597 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");