Merge pull request #255 from discomrade/captcha

Add basic captcha
This commit is contained in:
towards-a-new-leftypol 2021-05-09 09:41:29 +00:00 committed by GitHub
commit 38ffb75d8a
10 changed files with 3936 additions and 2 deletions

View file

@ -117,6 +117,11 @@ $config['url_banner'] = '/banners.php';
*/
$config['spam']['enabled'] = false;
/*
* Basic captcha. See also: captchaconfig.php
*/
$config['securimage'] = false;
/*
* Permissions
*/