From ad653af0829ccdd8ea65bc30a99700a2a3da1513 Mon Sep 17 00:00:00 2001 From: Lorenzo Yario Date: Thu, 9 May 2024 23:06:45 -0700 Subject: [PATCH] allow excluding searches from boards --- inc/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/config.php b/inc/config.php index cf731b01..d3ad0157 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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;