X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=surfbar.php;h=d33ab6b78c8577307c8d9d89de4336dcacffabaf;hb=a5589c62c1dbec62d13cafd8a485e2b401ded159;hp=700bd62c77dd4c794e72d0c8d805cbb6c527120d;hpb=96e99262a97d399f98bb92bc11a5fc9c140ca388;p=mailer.git diff --git a/surfbar.php b/surfbar.php index 700bd62c77..d33ab6b78c 100644 --- a/surfbar.php +++ b/surfbar.php @@ -11,7 +11,7 @@ * Kurzbeschreibung : Die Surfbar selbst * * -------------------------------------------------------------------- * * 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 * @@ -41,8 +41,8 @@ $GLOBALS['__module'] = 'surfbar'; $GLOBALS['__output_mode'] = '0'; $GLOBALS['__header_sent'] = 3; -// Load the required file(s) -require('inc/config-global.php'); +// Initialize application +require('inc/init.php'); // Set content type setContentType('text/html');