I have This Error:
Fatal error: Call to undefined function imagettfbbox() in /home/example/public_html/generate.php on line 65
Line 65 of generate.php :
63- $code = $this->generateCode();
64- $font = _ROOT_PATH_ . '/Captcha/ccf.ttf';
65- imagettfbbox(138, 0, $font, $code);
Help me plz :(