summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-11-01 04:44:36 +0100
committeradmin <devnull@localhost>2006-11-01 04:44:36 +0100
commitafde68a64095e6408f5f28962405c4586d9eb4c6 (patch)
tree1e6cd8c7cb30e7900096b1a0c77a8ca67476e8c5 /system
parent1b90c27c46dde1b5cc79a295c5e36f402a144063 (diff)
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Input.php1
1 files changed, 0 insertions, 1 deletions
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++)