mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update mysql.sql
This commit is contained in:
parent
e332f5ed10
commit
a823ee4430
@ -64,9 +64,9 @@ INSERT INTO `bb_attachments_config` VALUES ('default_pm_quota', '0');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('img_display_inlined', '1');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('img_max_width', '200');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('img_max_height', '200');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('img_link_width', '0');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('img_link_height', '0');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('img_create_thumbnail', '0');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('img_link_width', '600');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('img_link_height', '400');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('img_create_thumbnail', '1');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('img_min_thumb_filesize', '12000');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('img_imagick', '/usr/bin/convert');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('use_gd2', '1');
|
||||
|
Loading…
Reference in New Issue
Block a user