X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=sponsor_confirm.php;h=efa72fcc5ff2042c9e36d49c2cb77bbeaa48cf5f;hb=11a9294db20070dc0c2f578d3a91b69cc7c1182d;hp=ea061a4d64afe4234dab656d3afc26dec7ff6719;hpb=c3b4eaf29946349ff058691db2dcb615a5379bb2;p=mailer.git diff --git a/sponsor_confirm.php b/sponsor_confirm.php index ea061a4d64..efa72fcc5f 100644 --- a/sponsor_confirm.php +++ b/sponsor_confirm.php @@ -50,16 +50,16 @@ require('inc/config-global.php'); setContentType('text/html'); // No hash provided by default -$URL = 'modules.php?module=index'; +$url = 'modules.php?module=index'; // Is there a hash? if (isGetRequestParameterSet('hash')) { // We have an refid here. So we simply add it - $URL = 'modules.php?module=index&what=sponsor_login&hash=' . getRequestParameter('hash'); + $url = 'modules.php?module=index&what=sponsor_login&hash=' . getRequestParameter('hash'); } // END - if // Load the URL -redirectToUrl($URL); +redirectToUrl($url); // [EOF] ?>