X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=surfbar.php;h=d33ab6b78c8577307c8d9d89de4336dcacffabaf;hb=09d195afda5186d441fcde5a6ada0b69cb27b270;hp=0cbca125706c1b86c1ca6c0d92bbac7da805f343;hpb=e9da1508b2a3ccbf63adc999981674740a47e074;p=mailer.git diff --git a/surfbar.php b/surfbar.php index 0cbca12570..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 - 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 * @@ -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');