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