Browse Source

Simple anti-spam mechanism

pull/107/head
Your Name 8 months ago
committed by Zankaria
parent
commit
b833e2743a
  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