From: Roland Häder Date: Sun, 21 Sep 2008 15:53:51 +0000 (+0000) Subject: Invalid configuration mailid causes empty page X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=603b8e70904e268376814b05a577749e61ea83db;hp=254afbdb1fa4699a98667bad4e792ad803a0d535 Invalid configuration mailid causes empty page --- diff --git a/inc/databases.php b/inc/databases.php index 7bac8788d1..a425cc1b84 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -113,7 +113,7 @@ define('USAGE_BASE', "usage"); define('SERVER_URL', "http://www.mxchange.org"); // This current patch level -define('CURR_SVN_REVISION', "378"); +define('CURR_SVN_REVISION', "380"); // Take a prime number which is long (if you know a longer one please try it out!) define('_PRIME', 591623); diff --git a/mailid.php b/mailid.php index 09b03ff383..746217aa62 100644 --- a/mailid.php +++ b/mailid.php @@ -206,6 +206,10 @@ if (isBooleanConstantAndTrue('mxchange_installed')) case "REJECT": // Redirect to rejection page LOAD_URL($_CONFIG['reject_url']); break; + + default: + LOAD_URL("modules.php?module=index&msg=".CODE_UNKNOWN_STATUS."&ext=mailid"); + break; } } else { // Include footer