summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2024-02-25 18:56:52 -0500
committerlolcat <will@lolcat.ca>2024-02-25 18:56:52 -0500
commitfce2a7b0be14ed1cd1b48a292884f8da492b5662 (patch)
treea854909227566250d3b9b95058cae5d704ddfb50
parent1536777c6417db32173a6ef8e151ab0be5cd7830 (diff)
parentc652e8e20f3cecdca73cd033d63826edbb1a50f8 (diff)
Merge branch 'master' of https://git.lolcat.ca/lolcat/4get
-rwxr-xr-xcaptcha.php2
-rw-r--r--data/fonts/captcha.ttf (renamed from data/captcha/font.ttf)bin125972 -> 125972 bytes
2 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]);
diff --git a/data/captcha/font.ttf b/data/fonts/captcha.ttf
index 13f5dc7..13f5dc7 100644
--- a/data/captcha/font.ttf
+++ b/data/fonts/captcha.ttf
Binary files differ