Global variables rewritten
[mailer.git] / install.php
index 04f02e86ba7bc47022897983619c0ebc80cd915a..8cab9a1ce16915349606996ecd227006aa5da2d1 100644 (file)
@@ -53,7 +53,7 @@ $GLOBALS['what']   = "";
 $GLOBALS['action'] = "";
 
 // Set CSS variable for "normal mode"
-$CSS = 0;
+$GLOBALS['output_mode'] = 0;
 
 // Set module
 $GLOBALS['module'] = "install";