X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=confirm.php;h=571941f329d8aa95de5401d6f45397d0ca91d271;hp=6e44e253088f1ed91f784000f3bdab51d8b1df3e;hb=148d3a3e1641e350a708cc71e194349a09a8285f;hpb=60494e212a67fe360bfbb481eb4928480a6f379b diff --git a/confirm.php b/confirm.php index 6e44e25308..571941f329 100644 --- a/confirm.php +++ b/confirm.php @@ -45,7 +45,7 @@ $GLOBALS['module'] = "confirm"; $CSS = -1; require ("inc/config.php"); // Is the script installed? -if (defined('mxchange_installed') && (mxchange_installed) && (admin_registered)) +if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed')) && (isBooleanConstantAndTrue('admin_registered'))) { // Base URL for redirection $URL = URL."/modules.php?module=index&what=confirm&hash=";