Changeset 672
- Timestamp:
- 10/05/2007 02:04:37 PM (14 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Input.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Input.php
r670 r672 173 173 private function _clean_input_keys($str) 174 174 { 175 if ( ! preg_match('#^[ a-z0-9:_/-]+$#iD', $str))175 if ( ! preg_match('#^[\pL0-9:_/-]+$#uiD', $str)) 176 176 { 177 177 exit('Disallowed key characters in global data.');
