X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view.php;h=5c05e73e1bff5a566c3546a124444e0e4903b2b7;hb=7a27c44db48d021c1e54a76916914ef41ff49372;hp=9ecb261c3d7d1d7ebcb916b75bc4b9017d86ccc2;hpb=0a37fc5afcd828646d4e62e68fea07c3d2c54a87;p=mailer.git diff --git a/view.php b/view.php index 9ecb261c3d..5c05e73e1b 100644 --- a/view.php +++ b/view.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'] = 'view'; $GLOBALS['output_mode'] = -1;