forked from leftypol/leftypol
post.php: use the dynamic_captcha config value to pick from which IP to check for captcha reponsens
This commit is contained in:
parent
fccd0a16dd
commit
40475158eb
2 changed files with 7 additions and 3 deletions
|
@ -329,7 +329,11 @@
|
|||
'answer' => '4'
|
||||
);
|
||||
*/
|
||||
// The captcha is dynamically injected on the client if the server replies with the `captcha-required` cookie set to 1.
|
||||
/**
|
||||
* The captcha is dynamically injected on the client if the server replies with the `captcha-required` cookie set
|
||||
* to 1.
|
||||
* Use false to disable this configuration, otherwise, set the IP that vichan should check for captcha responses.
|
||||
*/
|
||||
$config['dynamic_captcha'] = false;
|
||||
|
||||
// Enable reCaptcha to make spam even harder. Rarely necessary.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue