]> 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 a479aaaa52e32c1c08f3f487e92ad3925092f058..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'))) {