X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=index.php;h=6a03eee6224f913c5338d196c1da3b91b32c2442;hp=f52f5fb2de9d581acf5d6b1d38ac00fbe22ec7bd;hb=6b68f74960195f3301c5ea3141e97075dfb36820;hpb=d2b67884c1d4c5aba9ea85400355bc23f7a2dcad diff --git a/index.php b/index.php index f52f5fb2de..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" -$CSS = "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");