forked from leftypol/leftypol
Simple anti-spam mechanism
This commit is contained in:
parent
845ff14e52
commit
b833e2743a
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@
|
||||||
|
|
||||||
// Enable simple anti-spam measure.
|
// Enable simple anti-spam measure.
|
||||||
$config['simple_spam'] = array (
|
$config['simple_spam'] = array (
|
||||||
'question' => 'What is 2 + 2?',
|
'prompt' => 'What is 2 + 2?',
|
||||||
'answer' => '4'
|
'answer' => '4'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue