mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
add some more info about this as this is basically questycaptcha
This commit is contained in:
parent
33534b5856
commit
28df28de26
@ -307,9 +307,11 @@
|
||||
'simple_spam'
|
||||
);
|
||||
|
||||
// Enable simple anti-spam measure.
|
||||
// Enable simple anti-spam measure. Requires the end-user to answer a question before making a post.
|
||||
//Works very well against uncustomized spam.
|
||||
//Answers are case-insensitive.
|
||||
$config['simple_spam'] = array (
|
||||
'question' => 'What is 2 + 3?',
|
||||
'question' => 'What\'s 2+3?',
|
||||
'answer' => '5'
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user