mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 17:27:16 +02:00
Merge pull request #6664 from rubencm/ticket/17357
[ticket/17357] Remove file_info from storage
This commit is contained in:
@@ -1676,8 +1676,6 @@ function phpbb_import_attach_config()
|
||||
$config->set('img_display_inlined', $attach_config['img_display_inlined']);
|
||||
$config->set('img_max_width', $attach_config['img_max_width']);
|
||||
$config->set('img_max_height', $attach_config['img_max_height']);
|
||||
$config->set('img_link_width', $attach_config['img_link_width']);
|
||||
$config->set('img_link_height', $attach_config['img_link_height']);
|
||||
$config->set('img_create_thumbnail', $attach_config['img_create_thumbnail']);
|
||||
$config->set('img_max_thumb_width', 400);
|
||||
$config->set('img_min_thumb_filesize', $attach_config['img_min_thumb_filesize']);
|
||||
|
@@ -155,8 +155,6 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('hot_threshold', '2
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('icons_path', 'images/icons');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('img_create_thumbnail', '0');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('img_display_inlined', '1');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('img_link_height', '0');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('img_link_width', '0');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('img_max_height', '0');
|
||||
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');
|
||||
|
Reference in New Issue
Block a user