]> git.mxchange.org Git - mailer.git/blobdiff - img.php
Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / img.php
diff --git a/img.php b/img.php
index bb8366557dc7dd267625cfed511995c887f9235e..4008ceb0ee3203c1864721a4501676e10d66f818 100644 (file)
--- a/img.php
+++ b/img.php
@@ -49,13 +49,13 @@ require('inc/config-global.php');
 loadIncludeOnce('inc/header.php');
 
 // Code set?
-if (isGetRequestParameterSet('code')) {
+if (isGetRequestElementSet('code')) {
        // Generate image
-       generateImageOrCode(bigintval(getRequestParameter('code')));
-} elseif (isGetRequestParameterSet('img')) {
+       generateImageOrCode(bigintval(getRequestElement('code')));
+} elseif (isGetRequestElementSet('img')) {
        // 'img' set so create the IFN (Include-FileName)
        $inc = sprintf("inc/img/tag-%s.php",
-               getRequestParameter('img')
+               getRequestElement('img')
        );
 
        // Include is readable?