X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=img.php;h=f3075ddb3203d63b4d6162502f2647950dc49978;hb=0ed9eaa5aea8db1f690a983a39ff4b2074faf6c5;hp=6cb9043b6691ec5681ff4e7d0b8f73657681dc4c;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341;p=mailer.git diff --git a/img.php b/img.php index 6cb9043b66..f3075ddb32 100644 --- 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') );