aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2020-02-01 08:50:19 +0100
committerMarc Alexander <admin@m-a-styles.de>2020-02-01 08:50:19 +0100
commit3bb2edd53de2e1b6e9b23099c21e72cd6063c1a4 (patch)
treefb9cdcd190d53b7be9a159165d36c7f68fca9e30 /phpBB/install/schemas/schema_data.sql
parentMerge pull request #5843 from JoshyPHP/ticket/16342 (diff)
parentMerge pull request #5832 from KYPREO/ticket/16329 (diff)
downloadphpbb-3bb2edd53de2e1b6e9b23099c21e72cd6063c1a4.tar.gz
phpbb-3bb2edd53de2e1b6e9b23099c21e72cd6063c1a4.tar.bz2
phpbb-3bb2edd53de2e1b6e9b23099c21e72cd6063c1a4.zip
Merge branch '3.2.x' into 3.3.x
Diffstat (limited to 'phpBB/install/schemas/schema_data.sql')
-rw-r--r--phpBB/install/schemas/schema_data.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index e308c82357..1cc17f29b5 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -155,6 +155,8 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('img_max_height', '
INSERT INTO phpbb_config (config_name, config_value) VALUES ('img_max_thumb_width', '400');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('img_max_width', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('img_min_thumb_filesize', '12000');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('img_quality', '85');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('img_strip_metadata', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('ip_check', '3');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('ip_login_limit_max', '50');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('ip_login_limit_time', '21600');