X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=debug.php;h=23005da37095fae2319dc9ae5240e03f123a8981;hp=5029019b66694a41751c1594ce4c9ac9106a0b64;hb=51079dd70c124f02f72bd573f7f6661e3078ea9f;hpb=20741b93fd58620af677a7f1039ffd16ea6ec689 diff --git a/debug.php b/debug.php index 5029019b66..23005da370 100644 --- a/debug.php +++ b/debug.php @@ -38,6 +38,9 @@ // Load security stuff here require('inc/libs/security_functions.php'); +// Init start time +$GLOBALS['startTime'] = microtime(true); + // Set module and fake "CSS mode" $GLOBALS['module'] = 'debug'; $GLOBALS['output_mode'] = -1;