forked from leftypol/leftypol
Simple anti-spam mechanism
This commit is contained in:
parent
b833e2743a
commit
56bbaf881f
2 changed files with 5 additions and 4 deletions
|
@ -313,11 +313,12 @@
|
|||
);
|
||||
|
||||
// Enable simple anti-spam measure.
|
||||
/*
|
||||
$config['simple_spam'] = array (
|
||||
'prompt' => 'What is 2 + 2?',
|
||||
'answer' => '4'
|
||||
);
|
||||
|
||||
*/
|
||||
// Enable reCaptcha to make spam even harder. Rarely necessary.
|
||||
$config['recaptcha'] = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue