mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
[ticket/10908] Document that 0 filesize configuration means limited by PHP
PHPBB3-10908
This commit is contained in:
@@ -108,7 +108,7 @@ $lang = array_merge($lang, array(
|
||||
'MAX_AVATAR_SIZE' => 'Maximum avatar dimensions',
|
||||
'MAX_AVATAR_SIZE_EXPLAIN' => 'Width x Height in pixels.',
|
||||
'MAX_FILESIZE' => 'Maximum avatar file size',
|
||||
'MAX_FILESIZE_EXPLAIN' => 'For uploaded avatar files.',
|
||||
'MAX_FILESIZE_EXPLAIN' => 'For uploaded avatar files. If this value is 0, the uploaded filesize is only limited by your PHP configuration.',
|
||||
'MIN_AVATAR_SIZE' => 'Minimum avatar dimensions',
|
||||
'MIN_AVATAR_SIZE_EXPLAIN' => 'Width x Height in pixels.',
|
||||
));
|
||||
|
Reference in New Issue
Block a user