X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=index.php;h=e13c8536ac0a912c6ce8b2efa008e3dc7a012a37;hp=4079b95efebf998a938c36615ce5cec0f3b11966;hb=4d64a8575593f7cc8f69aec74d14c29ba6e8ef6c;hpb=0fd6858b423d41e7eee9ffa3d5138d318e08cc1c diff --git a/index.php b/index.php index 4079b95efe..e13c8536ac 100644 --- a/index.php +++ b/index.php @@ -40,9 +40,8 @@ // Load security stuff here require('inc/libs/security_functions.php'); -// Init "action" and "what" -$GLOBALS['what'] = ''; -$GLOBALS['action'] = ''; +// Init start time +$GLOBALS['startTime'] = microtime(true); // Set module $GLOBALS['module'] = 'index';