Global variables rewritten
[mailer.git] / modules.php
index 15e4cf4d18b78c19acc7beca439f594660485124..cdb5daf0b8b29fc4790734598132132cd87a3129 100644 (file)
@@ -40,7 +40,7 @@ require("inc/libs/security_functions.php");
 // Init "action" and "what"
 global $what, $action, $startTime;
 $GLOBALS['startTime'] = microtime(true);
-$CSS = 0;
+$GLOBALS['output_mode'] = 0;
 $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 $GLOBALS['userid'] = 0;