스팸방지 를 자동등록방지 로 수정

This commit is contained in:
gnuboard
2013-03-08 11:05:36 +09:00
parent 5d0993b514
commit f3e09ffd7a
11 changed files with 93 additions and 103 deletions

View File

@ -1,7 +1,6 @@
<?
$sub_menu = "300100";
include_once("./_common.php");
include_once(G4_GCAPTCHA_PATH.'/gcaptcha.lib.php');
auth_check($auth[$sub_menu], 'w');
@ -40,10 +39,6 @@ include_once(G4_PATH.'/head.sub.php');
<label for="copy_case2">구조와 데이터</label>
</td>
</tr>
<tr>
<th scope="col">자동등록방지</th>
<td><?=captcha_html();?></td>
</tr>
</tbody>
</table>
</div>
@ -63,8 +58,6 @@ function fboardcopy_check(f)
return false;
}
<? echo chk_captcha_js(); ?>
return true;
}
</script>