Cleanups and all "base scripts" fixed:
[mailer.git] / click.php
index 48263106174f5353955977679c8c7747551da0f9..2b0d1dd1f04f7e5d7e4baf6851c5f54aed80a744 100644 (file)
--- a/click.php
+++ b/click.php
@@ -38,6 +38,9 @@
 // Load security stuff here
 require('inc/libs/security_functions.php');
 
+// Init start time
+$GLOBALS['startTime'] = microtime(true);
+
 // Set module
 $GLOBALS['module'] = 'click';
 $GLOBALS['output_mode'] = -1;