diff options
author | paulburdick <devnull@localhost> | 2007-06-28 01:47:39 +0200 |
---|---|---|
committer | paulburdick <devnull@localhost> | 2007-06-28 01:47:39 +0200 |
commit | 01f0888f7d574b92104f8aedf77ab5426d753fd3 (patch) | |
tree | 7a090b3cc9d53a68a6fc7a99759292c32db48d07 /system/libraries/Input.php | |
parent | 8b1c3874d61d2c05f6368c9cad82aa533ad42b03 (diff) |
Diffstat (limited to 'system/libraries/Input.php')
-rw-r--r-- | system/libraries/Input.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/libraries/Input.php b/system/libraries/Input.php index 337eeff30..33f288688 100644 --- a/system/libraries/Input.php +++ b/system/libraries/Input.php @@ -472,7 +472,6 @@ class CI_Input { '=',
';',
'?',
- '/',
"%20",
"%22",
"%3c", // <
|