X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view.php;h=3d1d70fc4e394d2aa844e4798ffd5b24adef3e43;hb=afa8c0723fc669807ac9e2b675db5b49a6761f5b;hp=ef9b926f6522424c3402569f3a600d924c108224;hpb=e9da1508b2a3ccbf63adc999981674740a47e074;p=mailer.git diff --git a/view.php b/view.php index ef9b926f65..3d1d70fc4e 100644 --- a/view.php +++ b/view.php @@ -11,7 +11,7 @@ * Kurzbeschreibung : Banner anzeigen und Views zaehlen * * -------------------------------------------------------------------- * * 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'] = 'view'; $GLOBALS['__output_mode'] = -1; -// Load the required file(s) -require('inc/config-global.php'); +// Initialize application +require('inc/init.php'); // Run filter chain runFilterChain('handle_view_php');