]> git.mxchange.org Git - mailer.git/blobdiff - img.php
Swapped all
[mailer.git] / img.php
diff --git a/img.php b/img.php
index 6cb9043b6691ec5681ff4e7d0b8f73657681dc4c..f3075ddb3203d63b4d6162502f2647950dc49978 100644 (file)
--- a/img.php
+++ b/img.php
@@ -39,7 +39,7 @@
 require('inc/libs/security_functions.php');
 
 // Init start time
-$GLOBALS['__start_time'] = microtime(true);
+$GLOBALS['__start_time'] = microtime(TRUE);
 
 // Set module and output mode
 $GLOBALS['__module']      = 'img';
@@ -57,7 +57,7 @@ if (isGetRequestElementSet('code')) {
        generateImageOrCode(bigintval(getRequestElement('code')));
 } elseif (isGetRequestElementSet('img')) {
        // 'img' set so create the IFN (Include-FileName)
-       $inc = sprintf("inc/img/tag-%s.php",
+       $inc = sprintf("inc/img/img_%s.php",
                getRequestElement('img')
        );