X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=sponsor_confirm.php;h=9d54361107ecda48ccf12baddc78dc40144978e0;hb=6eae8cae327a4d2257b3d3dcdfd12eba7c016fea;hp=a479aaaa52e32c1c08f3f487e92ad3925092f058;hpb=4c83f0cc7459cad9ec9c1c68963f5365155ee935;p=mailer.git diff --git a/sponsor_confirm.php b/sponsor_confirm.php index a479aaaa52..9d54361107 100644 --- a/sponsor_confirm.php +++ b/sponsor_confirm.php @@ -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'))) {