Moved $bb_cfg['show_board_start_date'] to admin panel (#745)

This commit is contained in:
Roman Kelesidis 2023-05-30 23:34:31 +07:00 committed by GitHub
commit 421c8b60f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 4 deletions

View file

@ -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`