]> git.mxchange.org Git - mailer.git/blobdiff - sponsor_confirm.php
Complete rewrite of and , wrapper functions added, see bug #101
[mailer.git] / sponsor_confirm.php
index 5fb6ec57811b6b4fe63321bea6b74d722c885dbf..d76d7976dffed004eafb2439314f52ffea4f3f8a 100644 (file)
@@ -50,12 +50,12 @@ require("inc/config.php");
 if (isBooleanConstantAndTrue('mxchange_installed')) {
        // Base URL for redirection
        $URL = "modules.php?module=index&what=sponsor_login&hash=";
-       if (empty($_GET['hash'])) {
+       if (!REQUEST_ISSET_GET(('hash'))) {
                // No refid and we add our refid (don't forget to set $def_refid!)
                $URL = "modules.php?module=index";
        } else {
                // We have an refid here. So we simply add it
-               $URL .= SQL_ESCAPE($_GET['hash']);
+               $URL .= SQL_ESCAPE(REQUEST_GET('hash'));
        }
 
        // Load the URL