모바일에서 캡챠가 나오도록 수정

This commit is contained in:
gnuboard
2013-10-14 15:46:18 +09:00
parent a9bdbc6394
commit 1dbaf4b5d6

View File

@ -240,7 +240,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<tr>
<th scope="row">자동등록방지</th>
<td><?php echo $captcha_html ?></td>
<td><?php echo captcha_html(); ?></td>
</tr>
</table>