X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view.php;h=3d1d70fc4e394d2aa844e4798ffd5b24adef3e43;hb=81fa3a79ec739ecb26986252507505995c651d87;hp=925246d20a1df8164237d47c137c673393205013;hpb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;p=mailer.git diff --git a/view.php b/view.php index 925246d20a..3d1d70fc4e 100644 --- a/view.php +++ b/view.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Banner anzeigen und Views zaehlen * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * 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 * @@ -45,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');