]> git.mxchange.org Git - mailer.git/blobdiff - install.php
Required database changes for configuration entries in templates added
[mailer.git] / install.php
index 75638936e493b07f504ba0211c230a9ee6957e33..99c1f7659317ab53c5b3a3dfea379747bbc55f9e 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;
 
@@ -97,5 +96,5 @@ LOAD_TEMPLATE('install_footer');
 // Footer
 loadIncludeOnce('inc/footer.php');
 
-//
+// [EOF]
 ?>