회원가입 자동등록방지 없애는 방법점여 ㅠ
본문
자꾸 이미지가 지워지고 그래서 없는게 나은것같아서 그런데
방법좀 가르쳐주실분 ㅠ
답변 1
/skin/member/basic/register_form.skin.php 파일에서 삭제..
<tr>
<th scope="row">자동등록방지</th>
<td><?php echo captcha_html(); ?></td>
</tr>
/bbs/register_form_update.php 파일에서 삭제.
if (!chk_captcha()) {
alert('자동등록방지 숫자가 틀렸습니다.');
}
답변을 작성하시기 전에 로그인 해주세요.