aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/check_flash_bbcodes.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13832] Remove remnant of /e modifier code in check_flash_bbcodesMarc Alexander2015-05-281-1/+0
| | | | PHPBB3-13832
* [ticket/13832] Use preg_replace_callback in check_flash_bbcodesMarc Alexander2015-05-201-1/+6
| | | | PHPBB3-13832
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+10
| | | | PHPBB3-12594
* [ticket/10881] Replace old (and unify) file headers in develop files.Andreas Fischer2012-05-101-3/+1
| | | | | | | | This especially also fixes the problem of the copyright symbol being represented using 0xA9, which is neither ASCII nor the appropriate UTF8 byte sequence for the copyright symbol. PHPBB3-10881
* [ticket/9916] Changing header in non-distributed filesUnknown2012-01-021-2/+1
| | | | PHPBB3-9916
* [ticket/9903] Script for detecting potentially malicious flash bbcodesIgor Wiedler2010-11-191-0/+163
PHPBB3-9903