From afde68a64095e6408f5f28962405c4586d9eb4c6 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 1 Nov 2006 03:44:36 +0000 Subject: --- system/libraries/Input.php | 1 - 1 file changed, 1 deletion(-) (limited to 'system') diff --git a/system/libraries/Input.php b/system/libraries/Input.php index 8408b16fc..b630bf6b8 100644 --- a/system/libraries/Input.php +++ b/system/libraries/Input.php @@ -436,7 +436,6 @@ class CI_Input { * these are the ones that will pose security problems. * */ - if (preg_match_all("/<(.+?)>/si", $str, $matches)) { for ($i = 0; $i < count($matches['0']); $i++) -- cgit v1.2.3-24-g4f1b