Cleanups and all "base scripts" fixed:
[mailer.git] / css.php
diff --git a/css.php b/css.php
index 6a81ed5f49707a274c2bc7177b52e729483c0ca0..73374f3f16225fefdb7a5c4d1ba94cd8e4636530 100644 (file)
--- a/css.php
+++ b/css.php
@@ -41,9 +41,12 @@ require('inc/libs/security_functions.php');
 // Footer is disabled in CSS mode
 $GLOBALS['footer_sent'] = -1;
 
+// Init start time
+$GLOBALS['startTime'] = microtime(true);
+
 // This is a CSS file loader!
-$GLOBALS['output_mode'] = 1;
 $GLOBALS['module'] = 'css';
+$GLOBALS['output_mode'] = 1;
 
 // Load the required file(s)
 require('inc/config-global.php');