X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=birthday_confirm.php;h=30a21421eb694bdc9335b2e03293e11f95b4bae2;hp=b8b74210b6e6ba7fc1393b4e2d373981b511d259;hb=refs%2Fheads%2Fserver-0.2.1-FINAL%2Fwernis-schleuder-de;hpb=96e99262a97d399f98bb92bc11a5fc9c140ca388 diff --git a/birthday_confirm.php b/birthday_confirm.php index b8b74210b6..30a21421eb 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -11,7 +11,7 @@ * Kurzbeschreibung : Geburtstagsgutschrift bestaetigen * * -------------------------------------------------------------------- * * 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 * @@ -40,8 +40,8 @@ $GLOBALS['__start_time'] = microtime(TRUE); $GLOBALS['__module'] = 'birthday_confirm'; $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');