|
@@ -2146,6 +2146,7 @@ INSERT INTO {$db_prefix}settings (variable, value) VALUES ('attachmentSizeLimit'
|
|
|
INSERT INTO {$db_prefix}settings (variable, value) VALUES ('attachmentPostLimit', '192');
|
|
|
INSERT INTO {$db_prefix}settings (variable, value) VALUES ('attachmentNumPerPostLimit', '4');
|
|
|
INSERT INTO {$db_prefix}settings (variable, value) VALUES ('attachmentDirSizeLimit', '10240');
|
|
|
+INSERT INTO {$db_prefix}settings (variable, value) VALUES ('attachmentDirFileLimit', '1000');
|
|
|
INSERT INTO {$db_prefix}settings (variable, value) VALUES ('attachmentUploadDir', '{$boarddir}/attachments');
|
|
|
INSERT INTO {$db_prefix}settings (variable, value) VALUES ('attachmentExtensions', 'doc,gif,jpg,mpg,pdf,png,txt,zip');
|
|
|
INSERT INTO {$db_prefix}settings (variable, value) VALUES ('attachmentCheckExtensions', '0');
|