X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=install.php;h=9e28d9c2aab4ddc765940dada10044a2e5f79460;hp=75638936e493b07f504ba0211c230a9ee6957e33;hb=03f62d0b89aa9276ac37f4d616d940fae184d850;hpb=4ccc02299e123d24c043c917fb16208d0338f300 diff --git a/install.php b/install.php index 75638936e4..9e28d9c2aa 100644 --- a/install.php +++ b/install.php @@ -49,13 +49,12 @@ // Load security system require('inc/libs/security_functions.php'); +// Init start time +$GLOBALS['startTime'] = microtime(true); + // Tell every module / include file we are installing $GLOBALS['mxchange_installing'] = true; -// Init "action" and "what" -$GLOBALS['what'] = ''; -$GLOBALS['action'] = ''; - // Set CSS variable for "normal mode" $GLOBALS['output_mode'] = 0;