X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=confirm.php;h=bd8622996fa006c8d78e2231766803d17a2f6ea1;hb=45cbfe683190c9241e28c3d10168986c46c4a486;hp=a7c797de4773ade6d7872506de4bf6d8ee9986db;hpb=cb20090aa0558f1b74f0e9f925f29819e8bb3a45;p=mailer.git diff --git a/confirm.php b/confirm.php index a7c797de47..bd8622996f 100644 --- a/confirm.php +++ b/confirm.php @@ -50,13 +50,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