From 5aef82505596cfe90897e38103a7a82e2fb827e8 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 18 Jul 2011 18:10:50 +0000 Subject: link feature killed pending validation --- it_debug.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_debug.class') diff --git a/it_debug.class b/it_debug.class index b86c8f9..4a091d3 100644 --- a/it_debug.class +++ b/it_debug.class @@ -146,7 +146,7 @@ function dump($args) $item = "$red$item$nored"; if (isset($_SERVER['REMOTE_ADDR']) && !$plain) # html encode content and link any urls - $item = preg_replace("#(http://[^'\"\s]+)#", '$1', htmlspecialchars($item)); + $item = htmlspecialchars($item); if (preg_match('/^[\'"]/', $var)) $r .= "$item "; -- cgit v1.2.3