X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=confirm.php;h=571941f329d8aa95de5401d6f45397d0ca91d271;hb=9b0363d13b1f98f2f304cf2572e0a2eb8e613b8a;hp=42165299f6a1f40701398a3aea3fd5ddc55fdc63;hpb=4e56971aed3008cd33f946c17012d0851ac3a18a;p=mailer.git diff --git a/confirm.php b/confirm.php index 42165299f6..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="; @@ -66,7 +66,7 @@ if (defined('mxchange_installed') && (mxchange_installed) && (admin_registered)) else { // You have to configure first! - LOAD_URL(URL."/install.php"); + LOAD_URL("install.php"); } // Really all done here... ;-) ?>