X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=doubler.php;h=c1b3b91a6ede2251280abda4083589d942a6fec9;hp=46f16f9122829361268eb60b0b08369c2629307e;hb=d1922ab361b5e104b7c14b28c76d1c47651635ef;hpb=6b1e55213d76a67e9aa3d9f1e4dcb55e0bbf12ee diff --git a/doubler.php b/doubler.php index 46f16f9122..c1b3b91a6e 100644 --- a/doubler.php +++ b/doubler.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Punkteverdoppler * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2016 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -45,8 +40,8 @@ $GLOBALS['__start_time'] = microtime(TRUE); $GLOBALS['__module'] = 'doubler'; $GLOBALS['__output_mode'] = '0'; -// Load the required file(s) -require('inc/config-global.php'); +// Initialize application +require('inc/init.php'); // Set content type setContentType('text/html'); @@ -177,7 +172,7 @@ if (getDoublerSendMode() == 'DIRECT') { } // END - if // Output header -loadIncludeOnce('inc/header.php'); +loadPageHeader(); if (isValidUserData()) { // Transfer userid/nickname to constant @@ -206,7 +201,7 @@ $content['payout_history'] = generateDoublerTable(0, 'Y', 'N', 'DESC'); loadTemplate('doubler_index', FALSE, $content); // Output footer -loadIncludeOnce('inc/footer.php'); +loadPageFooter(); // [EOF] ?>