diff options
author | paulburdick <devnull@localhost> | 2007-06-26 23:58:56 +0200 |
---|---|---|
committer | paulburdick <devnull@localhost> | 2007-06-26 23:58:56 +0200 |
commit | b614d392ccafd1decadbdc11afd7c0dcc4baec34 (patch) | |
tree | 4e0a46e20fdadb2021976eea6d39c7167e578baa /system | |
parent | ca2cf80a98c76afb586659ebd2859d1438748745 (diff) |
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Input.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Input.php b/system/libraries/Input.php index dc4e605b8..51d4ed288 100644 --- a/system/libraries/Input.php +++ b/system/libraries/Input.php @@ -572,7 +572,7 @@ class CI_Input { * These words are compacted back to their correct state.
*
*/
- $words = array('javascript', 'vbscript', 'script', 'applet', 'alert', 'document', 'write', 'cookie', 'window');
+ $words = array('javascript', 'expression', 'vbscript', 'script', 'applet', 'alert', 'document', 'write', 'cookie', 'window');
foreach ($words as $word)
{
$temp = '';
|