KCAPTCHA php5.3 버전 이하에서 나는 오류 수정

This commit is contained in:
thisgun
2022-07-26 11:35:33 +09:00
parent 0c275d0907
commit a6e302ff84
2 changed files with 7 additions and 2 deletions

View File

@ -18,6 +18,8 @@
class KCAPTCHA{
private $keystring;
// generates keystring and image
function image(){
require(dirname(__FILE__).'/kcaptcha_config.php');