Add basic captcha

This commit is contained in:
discomrade 2021-05-05 10:29:06 -02:00
parent 661837a4b1
commit 11bab0a9ad
8 changed files with 3935 additions and 0 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
*/