misc: Enabled $bb_cfg['integrity_check'] by defaul (#1742)

This commit is contained in:
Roman Kelesidis 2025-01-10 10:26:32 +07:00 committed by GitHub
commit 7e3601e63a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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