X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view.php;h=5c05e73e1bff5a566c3546a124444e0e4903b2b7;hb=c0492f72cb322af878f09f745dfd6a65b45da555;hp=9ecb261c3d7d1d7ebcb916b75bc4b9017d86ccc2;hpb=20741b93fd58620af677a7f1039ffd16ea6ec689;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;