Nie wyświetlają się na stronie znaki captcha.
czcionki są oczywiście we wskazanym miejscu.
plik captcha.php
<?php /* config */ $imgPatch = "images-captcha/"; $fntPatch = "fonts/"; /* script */ $i = imagecreatefromjpeg($imgPatch . $images); imagettftext($i, 25, rand(-7, 7), rand(1, 20), ceil(next(getimagesize($imgPatch . $images))/2)+10, imagecolorallocatealpha($i, 255, 255, 255, 60), $fonts, $_SESSION["captcha"]); imagejpeg($i); imagedestroy($i); ?>