X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=img.php;h=bb8366557dc7dd267625cfed511995c887f9235e;hp=6986a5e28a30eed08fab567e0cede2dd6fbab626;hb=391c98ab7233ff3e640d8b9fad8df92ce45e9b31;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60 diff --git a/img.php b/img.php index 6986a5e28a..bb8366557d 100644 --- a/img.php +++ b/img.php @@ -14,10 +14,9 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -50,13 +49,13 @@ require('inc/config-global.php'); loadIncludeOnce('inc/header.php'); // Code set? -if (isGetRequestElementSet('code')) { +if (isGetRequestParameterSet('code')) { // Generate image - generateImageOrCode(bigintval(getRequestElement('code'))); -} elseif (isGetRequestElementSet('img')) { + generateImageOrCode(bigintval(getRequestParameter('code'))); +} elseif (isGetRequestParameterSet('img')) { // 'img' set so create the IFN (Include-FileName) $inc = sprintf("inc/img/tag-%s.php", - getRequestElement('img') + getRequestParameter('img') ); // Include is readable?