From 2aa84aa89a2b2fea68db55e17c9675b8df093df1 Mon Sep 17 00:00:00 2001 From: Egorov Oleg Date: Sat, 31 Jul 2021 14:40:44 +0300 Subject: [PATCH] Update README.md If the "Image Captcha" type is used, then the GD2 module for PHP must be installed. Otherwise, the page will not load and the user will receive an error: "Fatal error: Uncaught Error: Call to undefined function Gregwar \ Captcha \ imagecreatetruecolor". I think this information is important, we can add this information to the config. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f10c368..f8c3531 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Enable gmp, gd, soap, mbstring, pdo and pdo-mysql. - Download project & unzip. - Go to `application/config/` folder and change `config.php.sample` file name to `config.php` - - Open the config file and set your server data. + - Open the config file and set your server data. If the "Image Captcha" type is used, then the GD2 module for PHP must be installed. - Enjoy that. # Debug