X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fdebug%2Fclass_DebugWebOutput.php;h=7406574d42ba7a92c4d8622acc34d018cfab3c1a;hp=433f68e8b66d3505b622dcb12ad2900217ce7d21;hb=3107989f93cfb5808ce9d75f1c7d2b7ee3d83d18;hpb=c6d73b0e3246efc824cb98338d4be7ee5bc9f308 diff --git a/inc/classes/main/debug/class_DebugWebOutput.php b/inc/classes/main/debug/class_DebugWebOutput.php index 433f68e8..7406574d 100644 --- a/inc/classes/main/debug/class_DebugWebOutput.php +++ b/inc/classes/main/debug/class_DebugWebOutput.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007 - 2009 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -53,7 +53,7 @@ class DebugWebOutput extends BaseFrameworkSystem implements Debugger, OutputStre */ public final function outputStream ($output) { // Strip out
- $output = str_replace("
", "", $output); + $output = str_replace("
", '', $output); print(stripslashes($output)."
\n"); }