소스 검색

Merge pull request 'move data/captcha/font.ttf to data/fonts/captcha.ttf' (#1) from feature/move_font into master

Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/1
lolcat 2 년 전
부모
커밋
c652e8e20f
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      captcha.php
  2. 0 0
      data/fonts/captcha.ttf

+ 1 - 1
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]);
 

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