Changeset 1525 for trunk/gregarius/constants.php
- Timestamp:
- 08/06/06 13:23:04 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/constants.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/constants.php
r1502 r1525 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
