Hotfix
[mailer.git] / img.php
diff --git a/img.php b/img.php
index 64e22fa2e7fa3aa0c0b10f20be538fedd2df49c3..92f464d0e725133220505c2d988b25663c6295f1 100644 (file)
--- a/img.php
+++ b/img.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'] = 'img';
 $GLOBALS['output_mode'] = -1;