Global variables rewritten
[mailer.git] / login.php
index afeee167604d1b7e90bf42148d4196547f356f8a..31c3fdb11aa2c197d8791fd00aa8e1cb8ce7f3c5 100644 (file)
--- a/login.php
+++ b/login.php
@@ -42,7 +42,7 @@ $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 $GLOBALS['module'] = "login";
 
 // Set "CSS-Mode"
-$CSS = "0";
+$GLOBALS['output_mode'] = "0";
 
 // Load the required file(s)
 require("inc/config.php");