From 90c2c545d78eebfbfd91e262ad9e63fe99331eac Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Mon, 21 Jul 2014 21:17:41 +0200 Subject: type/base: print shellcmd when rrd_graph('debug') is called --- type/Base.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'type/Base.class.php') diff --git a/type/Base.class.php b/type/Base.class.php index e18d27a..61973c9 100644 --- a/type/Base.class.php +++ b/type/Base.class.php @@ -234,7 +234,7 @@ class Type_Base { case 'debug': case 1: print '
';
-				htmlentities(print_r($shellcmd, TRUE));
+				print htmlentities(print_r($shellcmd, TRUE));
 				print '
'; break; case 'svg': -- cgit v1.1