mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
Critically enhance the simple antispam mechanism
This commit is contained in:
parent
6dabfa08bc
commit
e2d771239c
@ -309,8 +309,8 @@
|
|||||||
|
|
||||||
// Enable simple anti-spam measure.
|
// Enable simple anti-spam measure.
|
||||||
$config['simple_spam'] = array (
|
$config['simple_spam'] = array (
|
||||||
'question' => 'What is 2 + 2?',
|
'question' => 'What is 2 + 3?',
|
||||||
'answer' => '4'
|
'answer' => '5'
|
||||||
);
|
);
|
||||||
|
|
||||||
// Enable reCaptcha to make spam even harder. Rarely necessary.
|
// Enable reCaptcha to make spam even harder. Rarely necessary.
|
||||||
|
Loading…
Reference in New Issue
Block a user