From 1757c5f1de9b34f73baf84452b8ea33fca2683e8 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 18 Nov 2023 16:03:25 +0700 Subject: [PATCH] Update config.php --- library/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/config.php b/library/config.php index 34bc32ce..c42192a0 100644 --- a/library/config.php +++ b/library/config.php @@ -140,8 +140,8 @@ $tr_cfg = array( 'freeleech' => false, // при включенном freeleech нужно отключить gold_silver_enabled! ); -$bb_cfg['show_dl_status_in_search'] = true; -$bb_cfg['show_dl_status_in_forum'] = true; +$bb_cfg['show_dl_status_in_search'] = true; // показывать DL-статус раздач в результатах поиска +$bb_cfg['show_dl_status_in_forum'] = true; // показывать DL-статус раздач при просмотре форума $bb_cfg['show_tor_info_in_dl_list'] = true; $bb_cfg['allow_dl_list_names_mode'] = true;