X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Finstall-inc.php;h=f9ce4811d86f8057fe55d2c55be8cad977485725;hb=e6c47a5a789601b9ba3ff625091ec7b2b353cb4e;hp=552956e9a6683588bf8b98c332e2bce73c2f8e79;hpb=dc1d66c49b8cb1e4fb8056d46b9c7e3fecd0ffdd;p=mailer.git diff --git a/inc/install-inc.php b/inc/install-inc.php index 552956e9a6..f9ce4811d8 100644 --- a/inc/install-inc.php +++ b/inc/install-inc.php @@ -409,7 +409,7 @@ if ((!isBooleanConstantAndTrue('mxchange_installed')) || (!isBooleanConstantAndT } } } - if ((sizeof($FATAL) > 0) || ($FATAL[0] != '')) + if ((sizeof($FATAL) > 0) || ((isset($FATAL[0])) && ($FATAL[0] != ''))) { $OUT = ""; foreach ($FATAL as $value) @@ -479,6 +479,7 @@ if ((!isBooleanConstantAndTrue('mxchange_installed')) || (!isBooleanConstantAndT break; default: + DEBUG_LOG(__FILE__, __LINE__, sprintf("Wrong page %s detected.", $_GET['page'])); OUTPUT_HTML(" ".WRONG_PAGE.""); break; }