mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
disable by default, like other captchas
This commit is contained in:
parent
28df28de26
commit
954bb08762
@ -310,10 +310,12 @@
|
||||
// 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\'s 2+3?',
|
||||
'answer' => '5'
|
||||
);
|
||||
*/
|
||||
|
||||
// Enable reCaptcha to make spam even harder. Rarely necessary.
|
||||
$config['recaptcha'] = false;
|
||||
|
Loading…
Reference in New Issue
Block a user