mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-22 05:29:34 +01:00
Update config.php
This commit is contained in:
parent
4efaf50c90
commit
fe495fed64
@ -1641,6 +1641,9 @@
|
|||||||
// Enable the search form
|
// Enable the search form
|
||||||
$config['search']['enable'] = false;
|
$config['search']['enable'] = false;
|
||||||
|
|
||||||
|
// Enable search in the board index.
|
||||||
|
$config['board_search'] = false;
|
||||||
|
|
||||||
// Maximal number of queries per IP address per minutes
|
// Maximal number of queries per IP address per minutes
|
||||||
$config['search']['queries_per_minutes'] = Array(15, 2);
|
$config['search']['queries_per_minutes'] = Array(15, 2);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user