1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

[ticket/16329] Add configuration options for Plupload

PHPBB3-16329
PHPBB3-16330
This commit is contained in:
KYPREO
2020-01-22 20:21:12 +11:00
parent 0b03fa963a
commit 68677b8525
4 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ class enable_plupload_config extends \phpbb\db\migration\migration
public function update_data()
{
return [
['config.add', ['img_quality', '90']],
['config.add', ['img_quality', '85']],
['config.add', ['img_strip_metadata', '1']],
];
}