mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Lang fix + old attach
Фиксим пару языковых + переименововываем папку с аттачами, поскольку будет смена аттач-мода на новый.
This commit is contained in:
parent
506597ef09
commit
626c1b19ba
10 changed files with 41 additions and 39 deletions
|
@ -114,7 +114,7 @@ CREATE TABLE IF NOT EXISTS `bb_attachments_config` (
|
|||
-- Дамп данных таблицы `bb_attachments_config`
|
||||
--
|
||||
|
||||
INSERT INTO `bb_attachments_config` VALUES ('upload_dir', 'files');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('upload_dir', 'old_files');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('upload_img', 'images/icon_clip.gif');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('topic_icon', 'images/icon_clip.gif');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('display_order', '0');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue