X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Foutput.php;h=eff7ee32c5c179a9738f6ab3491c833bc91ebd5e;hp=c23d0ffdb289eedeb4f1ba79929f44d2433cd985;hb=53e46a945b95d6414af86dcf0d14de200dff15a5;hpb=361e6320e50a8bb1a3ccb675388b8042361669ae diff --git a/inc/output.php b/inc/output.php index c23d0ffd..eff7ee32 100644 --- a/inc/output.php +++ b/inc/output.php @@ -2,11 +2,13 @@ /** * Initializes the output middleware layer * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007 - 2009 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org + * @deprecated + * @todo Minimize these includes * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,10 +25,10 @@ */ // Get a debugger instance -$debug = DebugMiddleware::createDebugMiddleware(FrameworkConfiguration::getInstance()->readConfig('debug_class')); +$debug = DebugMiddleware::createDebugMiddleware(FrameworkConfiguration::getSelfInstance()->getConfigEntry('debug_class')); // Empty string should be ignored and used for testing the middleware -DebugMiddleware::getInstance()->output(""); +DebugMiddleware::getSelfInstance()->output(''); // [EOF] ?>