From e21ee7ebaa6f0412831c2f789fbef9685e037884 Mon Sep 17 00:00:00 2001 From: nonmakina Date: Wed, 14 Apr 2021 21:55:10 -0500 Subject: [PATCH] Enables search --- inc/instance-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/instance-config.php b/inc/instance-config.php index 83bb8be2..b7ccc7f3 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -84,7 +84,7 @@ $config['db']['password'] = ''; $config['cookies']['mod'] = 'mod'; $config['cookies']['salt'] = 'MGYwNjhlNjU5Y2QxNWU3YjQ3MzQ1Yj'; - +$config['search']['enable'] = true; $config['flood_cache'] = 60 * 15; // 15 minutes. The oldest a post can be in the flood table $config['flood_time_any'] = 40; // time between thread creation $config['flood_time'] = 30;