X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=ref.php;fp=ref.php;h=e2a7c62a3021619d37526fdb5d48fd34f1ca850c;hb=3161d70d2c3a86649dd16a7909ec16f801f16e4e;hp=6683a7603c1250f0ca6df7eb30c6b2eae1daa38a;hpb=0f6f20ee782a8c02315c3a6d9786a94439eff77d;p=mailer.git diff --git a/ref.php b/ref.php index 6683a7603c..e2a7c62a30 100644 --- a/ref.php +++ b/ref.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'] = 'ref'; $GLOBALS['output_mode'] = -1;