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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user