diff options
author | lolcat <will@lolcat.ca> | 2024-02-25 18:56:52 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-02-25 18:56:52 -0500 |
commit | fce2a7b0be14ed1cd1b48a292884f8da492b5662 (patch) | |
tree | a854909227566250d3b9b95058cae5d704ddfb50 /captcha.php | |
parent | 1536777c6417db32173a6ef8e151ab0be5cd7830 (diff) | |
parent | c652e8e20f3cecdca73cd033d63826edbb1a50f8 (diff) |
Merge branch 'master' of https://git.lolcat.ca/lolcat/4get
Diffstat (limited to 'captcha.php')
-rwxr-xr-x | captcha.php | 2 |
1 files changed, 1 insertions, 1 deletions
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]); |