X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mailid.php;h=fe2c59e7ab54ee16c4c52073eacb77fa80a43c6a;hb=59062ca942c8d3f32e3337663c1c053978b48501;hp=fcb310d01b8b4b8c744f3a8be48a575fab4d3f6c;hpb=51d65692668408a44920ce069a37c5fa4f5ba257;p=mailer.git diff --git a/mailid.php b/mailid.php index fcb310d01b..fe2c59e7ab 100644 --- a/mailid.php +++ b/mailid.php @@ -42,10 +42,9 @@ $GLOBALS['what'] = ""; $GLOBALS['action'] = ""; $GLOBALS['module'] = "mailid"; $CSS = -1; // Load the required file(s) -require ("inc/config.php"); +require("inc/config.php"); -if (isBooleanConstantAndTrue('mxchange_installed')) -{ +if (isBooleanConstantAndTrue('mxchange_installed')) { // Is the extension active if (!EXT_IS_ACTIVE("mailid", true)) { // Is not activated/installed yet! @@ -213,6 +212,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) break; default: + DEBUG_LOG(__FILE__, __LINE__, sprintf("Unknown status %s detected in mailid_error_redirect.", $_CONFIG['mailid_error_redirect'])); LOAD_URL("modules.php?module=index&msg=".CODE_UNKNOWN_STATUS."&ext=mailid"); break; }