forked from leftypol/leftypol
Add dynamic captcha support
This commit is contained in:
parent
81f5c70681
commit
483d553fc0
4 changed files with 60 additions and 7 deletions
|
@ -328,6 +328,9 @@
|
|||
'answer' => '4'
|
||||
);
|
||||
*/
|
||||
// The captcha is dynamically injected on the client if the server replies with the `captcha-required` cookie set to 1.
|
||||
$config['dynamic_captcha'] = false;
|
||||
|
||||
// Enable reCaptcha to make spam even harder. Rarely necessary.
|
||||
$config['recaptcha'] = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue