From f1ad44412d4d71d7874764378ebb574c2a17341d Mon Sep 17 00:00:00 2001 From: throwaway Date: Sun, 25 Feb 2024 14:20:47 -0800 Subject: move data/captcha/font.ttf to data/fonts/captcha.ttf --- captcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'captcha.php') diff --git a/captcha.php b/captcha.php index a92b0ee..286a277 100755 --- a/captcha.php +++ b/captcha.php @@ -178,7 +178,7 @@ $draw = new ImagickDraw(); $draw->setFontSize(20); $draw->setFillColor($theme["fg"]); //$draw->setTextAntialias(false); -$draw->setFont("./data/captcha/font.ttf"); +$draw->setFont("./data/fonts/captcha.ttf"); $text = "Pick " . $picks . " images of " . str_replace("_", " ", $choosen[0]); -- cgit v1.2.3