Cleanups and all "base scripts" fixed:
[mailer.git] / ref.php
diff --git a/ref.php b/ref.php
index 6683a7603c1250f0ca6df7eb30c6b2eae1daa38a..e2a7c62a3021619d37526fdb5d48fd34f1ca850c 100644 (file)
--- a/ref.php
+++ b/ref.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'] = 'ref';
 $GLOBALS['output_mode'] = -1;