X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=doubler.php;h=6920cd155320bd1c71b312ebaf670453b781c553;hp=9a6354783170f111ac9641a081c022b837417457;hb=0437f06b273f885db05736449a952c6eb72086ca;hpb=116f17077ae6fa32c7373ccd6aaf94044bb6c276;ds=sidebyside diff --git a/doubler.php b/doubler.php index 9a63547831..6920cd1553 100644 --- a/doubler.php +++ b/doubler.php @@ -211,7 +211,7 @@ if (isInstalled()) { if (getConfig('doubler_send_mode') == 'DIRECT') loadInclude('inc/doubler_send.php'); // Output header - loadInclude('inc/header.php'); + loadIncludeOnce('inc/header.php'); // Banner in text define('__DOUBLER_BANNER', LOAD_TEMPLATE('doubler_banner', true)); @@ -272,7 +272,7 @@ if (isInstalled()) { LOAD_TEMPLATE('doubler_index'); // Output footer - loadInclude('inc/footer.php'); + loadIncludeOnce('inc/footer.php'); } else { // You have to install first! redirectToUrl('install.php');