X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=confirm.php;h=21da585962bf16983a300e3077c4440a17ad413d;hp=9c7db6f02a0cd8fcf7d5d6c94bf701ff2c615d0f;hb=e44ac3753b92a1aa90706d258ab954c22143edb1;hpb=20741b93fd58620af677a7f1039ffd16ea6ec689 diff --git a/confirm.php b/confirm.php index 9c7db6f02a..21da585962 100644 --- a/confirm.php +++ b/confirm.php @@ -38,6 +38,9 @@ // Load security stuff here require('inc/libs/security_functions.php'); +// Init start time +$GLOBALS['startTime'] = microtime(true); + // Set module to confirm $GLOBALS['module'] = 'confirm'; $GLOBALS['output_mode'] = -1;