disable anti-bot (prevents some users from posting)
This commit is contained in:
parent
4d6ee132dc
commit
9d48a5bbe1
|
@ -130,7 +130,7 @@ $config['post_date'] = '%F (%a) %T';
|
|||
|
||||
$config['thread_subject_in_title'] = true;
|
||||
|
||||
$config['spam']['enabled'] = true;
|
||||
$config['spam']['enabled'] = false;
|
||||
$config['spam_noticer']['enabled'] = true;
|
||||
$config['spam_noticer']['base_url'] = 'http://localhost:8300';
|
||||
$config['spam_noticer']['ui_url'] = 'https://spamnoticer.leftychan.net/static/index.html';
|
||||
|
|
Loading…
Reference in New Issue