X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=css.php;h=73374f3f16225fefdb7a5c4d1ba94cd8e4636530;hb=cc6cc0c81d1a270dd2ae94f98e18e3b2bfe51133;hp=6a81ed5f49707a274c2bc7177b52e729483c0ca0;hpb=20741b93fd58620af677a7f1039ffd16ea6ec689;p=mailer.git diff --git a/css.php b/css.php index 6a81ed5f49..73374f3f16 100644 --- 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');