X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=click.php;h=2b0d1dd1f04f7e5d7e4baf6851c5f54aed80a744;hb=633a140f85d91f9d52b95e4c091f725d4943e2c7;hp=48263106174f5353955977679c8c7747551da0f9;hpb=78fb6abc2b4141d107610f20e75980e1a58ac939;p=mailer.git diff --git a/click.php b/click.php index 4826310617..2b0d1dd1f0 100644 --- a/click.php +++ b/click.php @@ -38,6 +38,9 @@ // Load security stuff here require('inc/libs/security_functions.php'); +// Init start time +$GLOBALS['startTime'] = microtime(true); + // Set module $GLOBALS['module'] = 'click'; $GLOBALS['output_mode'] = -1;