diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-04-19 13:00:25 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-04-19 13:00:25 +0000 |
| commit | 255a01f5a7a700d9a43be58aabddc7920c157a77 (patch) | |
| tree | c6560696b02b7d255012eabac54d8c01ee9fb8c6 /phpBB/includes/message_parser.php | |
| parent | 7506d3d9149d64283ce700c4ea4d279915968e2d (diff) | |
| download | forums-255a01f5a7a700d9a43be58aabddc7920c157a77.tar forums-255a01f5a7a700d9a43be58aabddc7920c157a77.tar.gz forums-255a01f5a7a700d9a43be58aabddc7920c157a77.tar.bz2 forums-255a01f5a7a700d9a43be58aabddc7920c157a77.tar.xz forums-255a01f5a7a700d9a43be58aabddc7920c157a77.zip | |
Replied to comment, no code changes
git-svn-id: file:///svn/phpbb/trunk@3889 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/message_parser.php')
| -rw-r--r-- | phpBB/includes/message_parser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/message_parser.php b/phpBB/includes/message_parser.php index 87e4a0e356..6ab87ab087 100644 --- a/phpBB/includes/message_parser.php +++ b/phpBB/includes/message_parser.php @@ -26,7 +26,7 @@ - add other languages? - add validation regexp to [email], [flash] - add validation regexp to [quote] with username - - add ACL check for [img]/[flash]/others (what to do when an unauthorised tag is found? do nothing/return an error message?) + - add ACL check for [img]/[flash]/others (what to do when an unauthorised tag is found? do nothing/return an error message? - psoTFX -> do nothing, leave tag unprocessed ... also need size limit checks on img/flash tags ... probably warrants some discussion) */ // case-insensitive strpos() - needed for some functions |
