From 7e3601e63aff73be1428969ca37dda3da2537d9b Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Fri, 10 Jan 2025 10:26:32 +0700 Subject: [PATCH] misc: Enabled `$bb_cfg['integrity_check']` by defaul (#1742) --- library/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/config.php b/library/config.php index c4ac218b9..533ff29b8 100644 --- a/library/config.php +++ b/library/config.php @@ -585,7 +585,7 @@ $bb_cfg['flist_max_files'] = 0; // Max allowed number of files to process for gi $bb_cfg['last_visit_date_format'] = 'd-M H:i'; $bb_cfg['last_post_date_format'] = 'd-M-y H:i'; $bb_cfg['poll_max_days'] = 180; // How many days will the poll be active -$bb_cfg['integrity_check'] = false; // TorrentPier files integrity check +$bb_cfg['integrity_check'] = true; // TorrentPier files integrity check $bb_cfg['allow_change'] = [ 'language' => true, // Allow user to change language