summaryrefslogtreecommitdiff
path: root/captcha.php
diff options
context:
space:
mode:
authorthrowaway <developerthrowaway@protonmail.com>2024-02-25 14:20:47 -0800
committerthrowaway <developerthrowaway@protonmail.com>2024-02-25 14:20:47 -0800
commitf1ad44412d4d71d7874764378ebb574c2a17341d (patch)
tree634fa3e4523c67f58fb30f52e75b5f9eff192c71 /captcha.php
parenta6d519f83a4901d8ce1d0c70ca0a29b0bddccbfc (diff)
move data/captcha/font.ttf to data/fonts/captcha.ttf
Diffstat (limited to 'captcha.php')
-rwxr-xr-xcaptcha.php2
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]);