X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Foutput.php;h=4f07c30c79062b5ab545924dcc11363bcb31b84e;hp=275f13927e4cee58e17c056ad7ba0da6ac3a5064;hb=4f71b483c3761671ddcc100f2ca0a8ab97a5bc9f;hpb=f1d358441b193b364d57788d660e6649d0229ca6 diff --git a/inc/output.php b/inc/output.php index 275f13927e..4f07c30c79 100644 --- a/inc/output.php +++ b/inc/output.php @@ -1,12 +1,12 @@ - * @version 0.3.0 + * @author Roland Haeder + * @version 0.0.0 * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version - * @link http://www.mxchange.org + * @link http://www.ship-simu.org * * 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 @@ -19,13 +19,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ -// Debug-Ausgabe vorbereiten -$debug = DebugMiddleware::createDebugMiddleware(FrameworkConfiguration::getInstance()->readConfig("debug_engine")); +// Get a debugger instance +$debug = DebugMiddleware::createDebugMiddleware(FrameworkConfiguration::getInstance()->readConfig('debug_engine')); -// Leere Strings werden ignoriert und sollten zum Testen der Middleware genommen werden +// Empty string should be ignored and used for testing the middleware DebugMiddleware::getInstance()->output(""); // [EOF]