X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=beg.php;h=e1f9759a9b809dd9a04ecb51f296ab5ab3e8ed8d;hb=598ecc2011b09b2c8ae4ee32ed5c31dde3939c94;hp=368d6db1dc5b8b3875d99ec1d86eb053141acb07;hpb=d798a412acb8c1263933bd7f7a0fd9aa251495a7;p=mailer.git diff --git a/beg.php b/beg.php index 368d6db1dc..e1f9759a9b 100644 --- a/beg.php +++ b/beg.php @@ -199,7 +199,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) { // Include config-depending template LOAD_TEMPLATE("beg_pay_code_".strtolower($_CONFIG['beg_pay_mode']), false, $content); - } elseif (!$pay) { + } elseif ((!$pay) && (!defined('__BEG_MSG'))) { // Cannot pay! :-( define('__BEG_MSG', LOAD_TEMPLATE("beg_failed", true)); }