move data/captcha/font.ttf to data/fonts/captcha.ttf

This commit is contained in:
throwaway 2024-02-25 14:20:47 -08:00
parent a6d519f83a
commit f1ad44412d
2 changed files with 1 additions and 1 deletions

View File

@ -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]);