X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Finstall-inc.php;h=47f6e86b481c8b1983dd619551e54f77fda37bea;hb=e29553ed2308e373d899cc18c0a89a34d2a1c754;hp=80f4686904fdc7ba1e97d6201ec4e45233a0a4c0;hpb=e6e3183f794b385f5acc38b371c220cc35cdac38;p=mailer.git diff --git a/inc/install-inc.php b/inc/install-inc.php index 80f4686904..47f6e86b48 100644 --- a/inc/install-inc.php +++ b/inc/install-inc.php @@ -136,7 +136,7 @@ if ((isset($_GET['page']) && ($_GET['page'] == 5))) { } // Is MXChange installed or no admin registered so far? -if ((!defined('mxchange_installed')) || (!defined('admin_registered'))) +if ((!isBooleanConstantAndTrue('mxchange_installed')) || (!isBooleanConstantAndTrue('admin_registered'))) { // Set URL for FORM actions define('__BURL_ACTION', $burl); @@ -331,7 +331,7 @@ if ((!defined('mxchange_installed')) || (!defined('admin_registered'))) break; case "finalize": // Write captured data to files - if ((!empty($_POST['finalize'])) && (!defined('mxchange_installed'))) { + if ((!empty($_POST['finalize'])) && (!isBooleanConstantAndTrue('mxchange_installed'))) { // You have submitted data then we have to reset the fatal messages $FATAL = array(); $SQLs = array();