From eef9a44d55b79f10456eced13886027c39ff868f Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 13 Oct 2025 18:20:19 -0400 Subject: [PATCH] path to ttf --- captcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/captcha.php b/captcha.php index 95be8ea..aaf3484 100755 --- a/captcha.php +++ b/captcha.php @@ -17,7 +17,7 @@ $bg->setColor( 'white'); $ImagickDraw = new ImagickDraw(); /* Set font and font size. You can also specify /path/to/font.ttf */ -$ImagickDraw->setFont( 'captchafont.ttf' ); +$ImagickDraw->setFont( "static/captchafont.ttf" ); $ImagickDraw->setFontSize( 25 ); /* Create the text */