X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Finstall-inc.php;h=f9ce4811d86f8057fe55d2c55be8cad977485725;hp=f19cf3a718928e19c6b463653dd5bb2c932870b5;hb=d798a412acb8c1263933bd7f7a0fd9aa251495a7;hpb=798cdd57a6c0e5879e3ad5d9a76900ed27e1d9e0 diff --git a/inc/install-inc.php b/inc/install-inc.php index f19cf3a718..f9ce4811d8 100644 --- a/inc/install-inc.php +++ b/inc/install-inc.php @@ -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; }