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
885c99d298
commit
08be0b1a86
@ -62,8 +62,8 @@ INSERT INTO `bb_attachments_config` VALUES ('attach_version', '2.3.14');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('default_upload_quota', '0');
|
||||
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_max_width', '2000');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('img_max_height', '2000');
|
||||
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');
|
||||
|
Loading…
Reference in New Issue
Block a user