From fe495fed642253117184f2e5bbffe487f2b5e1b4 Mon Sep 17 00:00:00 2001 From: Thalis Date: Sun, 23 Jul 2017 17:50:54 +0200 Subject: [PATCH] Update config.php --- inc/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/config.php b/inc/config.php index db424e36..c206e167 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1641,6 +1641,9 @@ // Enable the search form $config['search']['enable'] = false; + // Enable search in the board index. + $config['board_search'] = false; + // Maximal number of queries per IP address per minutes $config['search']['queries_per_minutes'] = Array(15, 2);