X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=mailid.php;h=3fb1eaafab8b25fef84e5b702206972939a6853e;hp=523d319c1969087c59416f97595aa4eb39b04a2b;hb=1c484a7c07cd695f22dc8211d9145b73a296ecc4;hpb=f9a9c09e1ae257449bfd98f8854e321efba1dc3c diff --git a/mailid.php b/mailid.php index 523d319c19..3fb1eaafab 100644 --- a/mailid.php +++ b/mailid.php @@ -59,10 +59,8 @@ if (isBooleanConstantAndTrue('mxchange_installed')) { if (!empty($_GET['mailid'])) $url_mid = bigintval($_GET['mailid']); if (!empty($_GET['bonusid'])) $url_bid = bigintval($_GET['bonusid']); - //* DEBUG: */ die("*".$url_uid."/".$url_bid."/".$url_mid."*
".print_r($FATAL, true)."
"); - - // 01 1 12 3 32 21 1 2 2 10 - if (($url_uid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (count($FATAL) == 0)) { + // 01 1 12 3 32 21 1 22 10 + if (($url_uid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (getTotalFatalErrors() == 0)) { // Maybe he wants to confirm an email? if ($url_mid > 0) { // Normal-Mails @@ -208,7 +206,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) { break; case "REJECT": // Redirect to rejection page - LOAD_URL(getConfig('reject_url')); + LOAD_CONFIGURED_URL('reject_url'); break; default: @@ -221,7 +219,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) { require_once(PATH."inc/footer.php"); } } else { - // You have to configure first! + // You have to install first! LOAD_URL("install.php"); }