]> git.mxchange.org Git - mailer.git/blobdiff - inc/install-inc.php
More calls of DEBUG_LOG() added
[mailer.git] / inc / install-inc.php
index f19cf3a718928e19c6b463653dd5bb2c932870b5..f9ce4811d86f8057fe55d2c55be8cad977485725 100644 (file)
@@ -479,6 +479,7 @@ if ((!isBooleanConstantAndTrue('mxchange_installed')) || (!isBooleanConstantAndT
                break;
 
        default:
+               DEBUG_LOG(__FILE__, __LINE__, sprintf("Wrong page %s detected.", $_GET['page']));
                OUTPUT_HTML("    <STRONG class=\"install_error\">".WRONG_PAGE."</STRONG>");
                break;
        }