X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=sponsor_confirm.php;h=9d54361107ecda48ccf12baddc78dc40144978e0;hb=3634be9f95a83075bbfca9368b60bbd1bbe2d31f;hp=9ad343c377e703e1a588f455a01efed8f6ef90b6;hpb=59bd8a9805c51c895a92cc12825f4cbdfd792597;p=mailer.git diff --git a/sponsor_confirm.php b/sponsor_confirm.php index 9ad343c377..9d54361107 100644 --- a/sponsor_confirm.php +++ b/sponsor_confirm.php @@ -34,8 +34,8 @@ require("inc/libs/security_functions.php"); // Init "action" and "what" -global $what, $action; -$GLOBALS['what'] = ""; $GLOBALS['action'] = ""; +$GLOBALS['what'] = ""; +$GLOBALS['action'] = ""; // Set module $GLOBALS['module'] = "sponsor_confirm"; @@ -47,15 +47,15 @@ $GLOBALS['output_mode'] = "0"; require("inc/config.php"); // Is the script installed? -if (isBooleanConstantAndTrue('mxchange_installed')) { +if (isInstalled()) { // 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 .= REQUEST_GET(('hash')); } // Load the URL