mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
Merge pull request #51 from phpbb/ticket/security/243
[ticket/security/243] Limit size BBCode to int
This commit is contained in:
@@ -140,6 +140,7 @@ $lang = array_merge($lang, array(
|
||||
'IMAGES_ARE_OFF' => '[img] is <em>OFF</em>',
|
||||
'IMAGES_ARE_ON' => '[img] is <em>ON</em>',
|
||||
'INVALID_FILENAME' => '%s is an invalid filename.',
|
||||
'INVALID_FONT_SIZE' => 'The font size you supplied is invalid: %s',
|
||||
|
||||
'LOAD' => 'Load',
|
||||
'LOAD_DRAFT' => 'Load draft',
|
||||
|
Reference in New Issue
Block a user