Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
whitedot
2013-01-30 10:36:38 +09:00
34 changed files with 425 additions and 402 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;
}