X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=confirm.php;h=b6542b63204c40575f2a38d54152f37a827b8e1a;hp=6e44e253088f1ed91f784000f3bdab51d8b1df3e;hb=d798a412acb8c1263933bd7f7a0fd9aa251495a7;hpb=60494e212a67fe360bfbb481eb4928480a6f379b diff --git a/confirm.php b/confirm.php index 6e44e25308..b6542b6320 100644 --- a/confirm.php +++ b/confirm.php @@ -42,10 +42,10 @@ $GLOBALS['what'] = ""; $GLOBALS['action'] = ""; $GLOBALS['module'] = "confirm"; $CSS = -1; // Load the required file(s) -require ("inc/config.php"); +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=";