쪽지보내기 캡챠코드 수정

This commit is contained in:
gnuboard
2013-01-29 18:13:43 +09:00
parent b5544f9f8c
commit 8aa9e0baae
5 changed files with 5 additions and 4 deletions

View File

@ -45,7 +45,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<script>
function fmemoform_submit(f)
{
<? if ($is_guest) { echo chk_captcha_js(); } ?>
<? echo chk_captcha_js(); ?>
return true;
}