X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=birthday_confirm.php;h=30a21421eb694bdc9335b2e03293e11f95b4bae2;hb=afa8c0723fc669807ac9e2b675db5b49a6761f5b;hp=19dee6cc94e3c95c30864596adaa7044a2d931d0;hpb=e9da1508b2a3ccbf63adc999981674740a47e074;p=mailer.git diff --git a/birthday_confirm.php b/birthday_confirm.php index 19dee6cc94..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 - 2015 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');