1
0
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:
Marc Alexander
2019-08-25 18:28:08 +02:00
6 changed files with 16 additions and 4 deletions

View File

@@ -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',