X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=network-vcheck.php;h=3d379f4d1930dead7dbe0c5bcabf418ce10cfb8b;hp=b3ccf6f96c8bb441971ad53e0ef3be8fc10d0086;hb=3161d70d2c3a86649dd16a7909ec16f801f16e4e;hpb=0f6f20ee782a8c02315c3a6d9786a94439eff77d diff --git a/network-vcheck.php b/network-vcheck.php index b3ccf6f96c..3d379f4d19 100644 --- a/network-vcheck.php +++ b/network-vcheck.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'] = 'network-vcheck'; $GLOBALS['output_mode'] = -1;