X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=confirm.php;h=fcf615f16ce8485aa87a46192ddacdbfc35664eb;hp=a7c797de4773ade6d7872506de4bf6d8ee9986db;hb=99be3ce68f08d6e36202789168188a9078b04aea;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa diff --git a/confirm.php b/confirm.php index a7c797de47..fcf615f16c 100644 --- a/confirm.php +++ b/confirm.php @@ -14,8 +14,6 @@ * $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, 2010 by Mailer Developer Team * @@ -50,13 +48,13 @@ require('inc/config-global.php'); // Set content type for e.g. search engines setContentType('text/html'); -// No hash provided by default -$URL = 'modules.php?module=index'; +// No hash provided then we redirect to the right page +$URL = 'modules.php?module=index&what=confirm'; // Is the hash there? if (isGetRequestParameterSet('hash')) { - // We have an refid here. So we simply add it - $URL = 'modules.php?module=index&what=confirm&hash=' . getRequestParameter('hash'); + // We have a hash here. So we simply add it + $URL .= '&hash=' . getRequestParameter('hash'); } // END - if // Load the URL