X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mailid.php;h=c30f0f41fd98587ab4a3cd3bea998dbf241668ba;hb=d54624f97b6fbcfc0b9879166af5e6169a5af845;hp=42280ee7afc3f17781790664262f2a341e269d97;hpb=33cc131a3e5017842d2038f7e16df258b6845a08;p=mailer.git diff --git a/mailid.php b/mailid.php index 42280ee7af..c30f0f41fd 100644 --- a/mailid.php +++ b/mailid.php @@ -192,11 +192,11 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install // Error code is set? if (!empty($msg)) { switch ($_CONFIG['mailid_error_redirect']) { - case "index": // Redirect to index page + case "INDEX": // Redirect to index page LOAD_URL("modules.php?module=index&msg=".$msg); break; - case "reject": // Redirect to rejection page + case "REJECT": // Redirect to rejection page LOAD_URL($_CONFIG['reject_url']); break; }