1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/security/243] Fail silently on unsupported values for font size

SECURITY-243
This commit is contained in:
Marc Alexander
2019-08-31 18:13:24 +02:00
parent b4f9c44b30
commit cc8d6a5a01
2 changed files with 1 additions and 13 deletions

View File

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