1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 20:24:08 +02:00

[ticket/security/243] Limit size values to supported values

SECURITY-243
This commit is contained in:
Marc Alexander
2019-07-16 20:44:12 +02:00
parent 9e9bdb69b5
commit b5a997ce18
2 changed files with 12 additions and 0 deletions

View File

@@ -139,6 +139,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',