Changed default upload path (#1261)

* Changed default upload path

* Update .gitignore

* Update CHANGELOG.md
This commit is contained in:
Roman Kelesidis 2023-12-26 11:54:01 +07:00 committed by GitHub
commit f350c2e2db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 6 additions and 8 deletions

View file

@ -35,7 +35,7 @@ CREATE TABLE IF NOT EXISTS `bb_attachments_config`
-- Records of bb_attachments_config
-- ----------------------------
INSERT INTO `bb_attachments_config`
VALUES ('upload_dir', 'data/torrent_files'),
VALUES ('upload_dir', 'data/uploads'),
('upload_img', 'styles/images/icon_clip.gif'),
('topic_icon', 'styles/images/icon_clip.gif'),
('display_order', '0'),