1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 07:30:10 +01:00

allow excluding searches from boards

This commit is contained in:
Lorenzo Yario 2024-05-09 23:06:45 -07:00 committed by GitHub
parent 2fa3b3c93e
commit ad653af082
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1854,6 +1854,9 @@
// Boards for searching
//$config['search']['boards'] = array('a', 'b', 'c', 'd', 'e');
// Blacklist boards for searching, basically the opposite of the one above
//$config['search']['disallowed_boards'] = array('j', 'z');
// Enable public logs? 0: NO, 1: YES, 2: YES, but drop names
$config['public_logs'] = 0;