X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=install.php;h=99c1f7659317ab53c5b3a3dfea379747bbc55f9e;hp=75638936e493b07f504ba0211c230a9ee6957e33;hb=60c6d7a179157acd6e5f6df2ed8968980aebe193;hpb=4ccc02299e123d24c043c917fb16208d0338f300 diff --git a/install.php b/install.php index 75638936e4..99c1f76593 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; @@ -97,5 +96,5 @@ LOAD_TEMPLATE('install_footer'); // Footer loadIncludeOnce('inc/footer.php'); -// +// [EOF] ?>