X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=index.php;h=4f2b720262c8a11511b26d458a842dd6c948e512;hb=439a544d74b0f34908b8524777c8c50294c03073;hp=e9264b7bcc4f6e21d2b76eb78557aba8e0b9366c;hpb=59bd8a9805c51c895a92cc12825f4cbdfd792597;p=mailer.git diff --git a/index.php b/index.php index e9264b7bcc..4f2b720262 100644 --- a/index.php +++ b/index.php @@ -36,15 +36,15 @@ 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");