mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-08 17:43:07 -05:00
Merge branch 'master' of https://git.lolcat.ca/lolcat/4get
This commit is contained in:
commit
fce2a7b0be
2 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue