diff options
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]); |