X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=admin.php;h=c7e2aab0b35760e6e82e9abd4080630e8b177878;hb=633a140f85d91f9d52b95e4c091f725d4943e2c7;hp=be967cd479ad44ea6b7b31889fa61a824867cc4b;hpb=0a37fc5afcd828646d4e62e68fea07c3d2c54a87;p=mailer.git diff --git a/admin.php b/admin.php index be967cd479..c7e2aab0b3 100644 --- a/admin.php +++ b/admin.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'] = 'admin'; $GLOBALS['output_mode'] = -1;