X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=img.php;h=f3075ddb3203d63b4d6162502f2647950dc49978;hb=77669502ccc2779d32a842f6d523fb68169fadda;hp=0325c3f12a15c1917cbebe66a3c472a129740935;hpb=596c8ab32594401ca84abfbfe35513ddfff31bec;p=mailer.git diff --git a/img.php b/img.php index 0325c3f12a..f3075ddb32 100644 --- a/img.php +++ b/img.php @@ -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') );