X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=mailid.php;h=33ee4cf417de3f1a16368994b5c5519318d48715;hp=c8941d31a002e3368979982a808a3dd4d9c513ef;hb=2ab3b42f2f6e10d1969f05ddf846858b77cf7e74;hpb=57227d33e870ec5cd271209c4a978a52b45c2dd6 diff --git a/mailid.php b/mailid.php index c8941d31a0..33ee4cf417 100644 --- a/mailid.php +++ b/mailid.php @@ -84,7 +84,7 @@ if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (getTotalFatalErr $type = 'bonusid'; $urlId = $url_bid; } else { // Problem: No id entered - redirectToUrl('index.php'); + redirectToUrl('modules.php?module=index'); } if (SQL_NUMROWS($result_link) == 1) { @@ -223,7 +223,7 @@ if (!empty($errorCode)) { redirectToConfiguredUrl('reject_url'); } else { // Redirect to index - redirectToUrl('index.php'); + redirectToUrl('modules.php?module=index'); } break;