mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 02:27:34 -07:00
Changed default upload path (#1261)
* Changed default upload path * Update .gitignore * Update CHANGELOG.md
This commit is contained in:
parent
5ea18ba434
commit
f350c2e2db
8 changed files with 6 additions and 8 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue