Changeset 1530 for branches/multiuser/constants.php
- Timestamp:
- 08/11/06 02:20:30 (2 years ago)
- Files:
-
- 1 modified
-
branches/multiuser/constants.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/multiuser/constants.php
r1524 r1530 164 164 // it is used to filter out everything but the allowed tag 165 165 // characters, plus a whitespace 166 define('ALLOWED_TAGS_REGEXP', '/ [^a-zA-Z0-9\ _\.]/');166 define('ALLOWED_TAGS_REGEXP', '//'); 167 167 168 168 // Sanitizer constants
