Browse Source

Simple anti-spam mechanism

pull/85/head
Your Name 8 months ago
committed by Moffintosh
parent
commit
1df94411b4
  1. 2
      inc/config.php

2
inc/config.php

@ -314,7 +314,7 @@
// Enable simple anti-spam measure.
$config['simple_spam'] = array (
'question' => 'What is 2 + 2?',
'prompt' => 'What is 2 + 2?',
'answer' => '4'
);

Loading…
Cancel
Save