X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=img.php;h=27722067f1d3ae10ebd2685ed09c5d270cde38a0;hp=db3f4eefefc782bcfd0c2c8c237e5ce4a7127b23;hb=c1849d27a96d4e533e130ba1ae302c1ef81a3bf3;hpb=e9da1508b2a3ccbf63adc999981674740a47e074 diff --git a/img.php b/img.php index db3f4eefef..27722067f1 100644 --- a/img.php +++ b/img.php @@ -11,7 +11,7 @@ * Kurzbeschreibung : Code-Bild fuer verschiedene Zwecke * * -------------------------------------------------------------------- * * 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'] = 'img'; $GLOBALS['__output_mode'] = -3; -// Load the required file(s) -require('inc/config-global.php'); +// Initialize application +require('inc/init.php'); // Load header loadPageHeader();