X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=mailid.php;h=3fb1eaafab8b25fef84e5b702206972939a6853e;hp=5bca0bab23565d0a33353965f4b9e7fb69e80e56;hb=701f5ac005404813e0e546102b5821f2ba2af522;hpb=56156f6c4392510cdbe0eb4f2ccefc23b43e2672 diff --git a/mailid.php b/mailid.php index 5bca0bab23..3fb1eaafab 100644 --- a/mailid.php +++ b/mailid.php @@ -206,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: @@ -219,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"); }