X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=confirm.php;h=cf27796429a14bf4027ce490db1765970fb28df9;hp=a865009f7cd08b7843557e3330eff071d85850fc;hb=c10691a8c7e0f2d04f5c7b0e705a21375f9f5f31;hpb=d8148e3f1f3a6762b2e786dbe99ada269dcf2ea0 diff --git a/confirm.php b/confirm.php index a865009f7c..cf27796429 100644 --- a/confirm.php +++ b/confirm.php @@ -46,7 +46,7 @@ $GLOBALS['output_mode'] = -1; require("inc/config.php"); // Is the script installed? -if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed')) && (isBooleanConstantAndTrue('admin_registered'))) { +if ((isInstalled()) && (isAdminRegistered())) { // Base URL for redirection $URL = "modules.php?module=index&what=confirm&hash="; if (!REQUEST_ISSET_GET(('hash'))) {