X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doubler.php;h=3cf72bb08ee065e67fed6741eacedaeb4798de58;hb=553913631a4cad484665f11a95a3d57717fb38d6;hp=09d00fba02e5c7bab6c2772547509a44fb2a52e2;hpb=27f65d023a3388a8bd85be8ee5991f776f541847;p=mailer.git diff --git a/doubler.php b/doubler.php index 09d00fba02..3cf72bb08e 100644 --- a/doubler.php +++ b/doubler.php @@ -211,7 +211,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) { if (getConfig('doubler_send_mode') == "DIRECT") require(PATH."inc/doubler_send.php"); // Output header - include(PATH."inc/header.php"); + require(PATH."inc/header.php"); // Banner in text define('__DOUBLER_BANNER', LOAD_TEMPLATE("doubler_banner", true)); @@ -272,9 +272,9 @@ if (isBooleanConstantAndTrue('mxchange_installed')) { LOAD_TEMPLATE("doubler_index"); // Output footer - include(PATH."inc/footer.php"); + require(PATH."inc/footer.php"); } else { - // You have to configure first! + // You have to install first! LOAD_URL("install.php"); }