1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-24 03:28:22 +02:00

Critically enhance the simple antispam mechanism

This commit is contained in:
Zankaria 2024-03-14 12:47:18 +01:00
parent 6dabfa08bc
commit e2d771239c

View File

@ -309,8 +309,8 @@
// Enable simple anti-spam measure.
$config['simple_spam'] = array (
'question' => 'What is 2 + 2?',
'answer' => '4'
'question' => 'What is 2 + 3?',
'answer' => '5'
);
// Enable reCaptcha to make spam even harder. Rarely necessary.