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