Changeset 1070
- Timestamp:
- 2012-07-28T19:48:38+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/htdocs/common/common.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/common/common.php
r1069 r1070 82 82 function xcache_validateFileName($name) 83 83 { 84 if (!preg_match('!^[a-zA-Z0-9._-]+$!', $name)) {85 var_dump($name);86 }87 84 return preg_match('!^[a-zA-Z0-9._-]+$!', $name); 88 85 }
Note: See TracChangeset
for help on using the changeset viewer.

