]> git.mxchange.org Git - mailer.git/blobdiff - sponsor_confirm.php
rewritten to new functions, some parts rewritten to filters
[mailer.git] / sponsor_confirm.php
index d76d7976dffed004eafb2439314f52ffea4f3f8a..9d54361107ecda48ccf12baddc78dc40144978e0 100644 (file)
@@ -47,7 +47,7 @@ $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 (!REQUEST_ISSET_GET(('hash'))) {
@@ -55,7 +55,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
                $URL = "modules.php?module=index";
        } else {
                // We have an refid here. So we simply add it
-               $URL .= SQL_ESCAPE(REQUEST_GET('hash'));
+               $URL .= REQUEST_GET(('hash'));
        }
 
        // Load the URL