diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-05-24 20:57:21 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-05-24 20:57:21 +0200 |
commit | 470805b12a8a25faddc9caafe573c15dbd89f8ed (patch) | |
tree | 2d0af8ae04a81141fee1501003204841548b05ec /system/libraries/Upload.php | |
parent | 7b5eb7310e5980ffb23fde8a11261e4a40c3b90e (diff) |
Fix issues #44 & #110
Diffstat (limited to 'system/libraries/Upload.php')
-rw-r--r-- | system/libraries/Upload.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index 271c6d21f..7456e922a 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php @@ -747,6 +747,8 @@ class CI_Upload { ';', '?', '/', + '!', + '#', '%20', '%22', '%3c', // < |