X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=mailid.php;h=cebf439e9ad3179ee521c8f9f41906ee15bd650e;hp=1ac234671e412d985cddae8e4ee0b328cba340ae;hb=c1849d27a96d4e533e130ba1ae302c1ef81a3bf3;hpb=e9da1508b2a3ccbf63adc999981674740a47e074 diff --git a/mailid.php b/mailid.php index 1ac234671e..cebf439e9a 100644 --- a/mailid.php +++ b/mailid.php @@ -11,7 +11,7 @@ * Kurzbeschreibung : Bestaetigung von Mails * * -------------------------------------------------------------------- * * 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 * @@ -43,8 +43,8 @@ $GLOBALS['__output_mode'] = '0'; // Disable copyright footer which would be to large for the upper frame $GLOBALS['__copyright_enabled'] = 'N'; -// Load the required file(s) -require('inc/config-global.php'); +// Initialize application +require('inc/init.php'); // Set content type and HTTP status setContentType('text/html');