]> git.mxchange.org Git - mailer.git/blobdiff - mailid.php
Surfbar continued and some rewrites/fixes:
[mailer.git] / mailid.php
index fcb310d01b8b4b8c744f3a8be48a575fab4d3f6c..fe2c59e7ab54ee16c4c52073eacb77fa80a43c6a 100644 (file)
@@ -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;
                }