]> git.mxchange.org Git - mailer.git/blobdiff - lead-confirm.php
handling of boolean constants improved (not fully)
[mailer.git] / lead-confirm.php
index 389f3a11684f24f09af94e6f8216b75d5c2baf39..382b4070e4fd8cc9e1ccf7f8ae50904b07c0cd52 100644 (file)
@@ -46,7 +46,7 @@ $GLOBALS['module'] = "lead-confirm";
 require ("inc/config.php");
 
 // Is the script installed?
 require ("inc/config.php");
 
 // Is the script installed?
-if (defined('mxchange_installed') && (mxchange_installed)) {
+if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed'))) {
        // Header
        require(PATH."inc/header.php");
 
        // Header
        require(PATH."inc/header.php");