mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
Moved $bb_cfg['show_board_start_date'] to admin panel (#745)
This commit is contained in:
parent
dd469f6bc0
commit
421c8b60f9
8 changed files with 16 additions and 4 deletions
|
@ -577,7 +577,8 @@ VALUES ('allow_autologin', '1'),
|
|||
('show_mod_index', '0'),
|
||||
('premod', '0'),
|
||||
('tor_comment', '1'),
|
||||
('terms', '');
|
||||
('terms', ''),
|
||||
('show_board_start_index', '1');
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for `bb_cron`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue