lainchan/inc/lib/securimage
jove f5282ad2e6 Adds support for securimage captcha
Not fully finished but still functional. Still missing a lot of config
options and support for audio captchas.

You need to run create table captchas(id int NOT NULL AUTO_INCREMENT, ip
VARCHAR(45) NOT NULL, code VARCHAR(32) NOT NULL, time datetime, PRIMARY
KEY(id)); and add $config['securimage']=true; to your
instance-config.php.
2018-08-02 22:48:53 +01:00
..
AHGBold.ttf Adds support for securimage captcha 2018-08-02 22:48:53 +01:00
securimage.php Adds support for securimage captcha 2018-08-02 22:48:53 +01:00