1
0
Эх сурвалжийг харах

Merge branch 'master' of https://git.lolcat.ca/lolcat/4get

lolcat 2 жил өмнө
parent
commit
fce2a7b0be

+ 1 - 1
captcha.php

@@ -178,7 +178,7 @@ $draw = new ImagickDraw();
 $draw->setFontSize(20);
 $draw->setFontSize(20);
 $draw->setFillColor($theme["fg"]);
 $draw->setFillColor($theme["fg"]);
 //$draw->setTextAntialias(false);
 //$draw->setTextAntialias(false);
-$draw->setFont("./data/captcha/font.ttf");
+$draw->setFont("./data/fonts/captcha.ttf");
 
 
 $text = "Pick " . $picks . " images of " . str_replace("_", " ", $choosen[0]);
 $text = "Pick " . $picks . " images of " . str_replace("_", " ", $choosen[0]);
 
 

+ 0 - 0
data/captcha/font.ttf → data/fonts/captcha.ttf