Fixes for extension problems while installing/removing (still double-registration...
[mailer.git] / install.php
index 75638936e493b07f504ba0211c230a9ee6957e33..9e28d9c2aab4ddc765940dada10044a2e5f79460 100644 (file)
 // 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;