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

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

@ -17,7 +17,7 @@ function chk_captcha()
}
});
if (!captcha_result) {
alert("스팸방지 숫자가 틀렸습니다.");
alert("자동등록방지 숫자가 틀렸습니다.");
captcha_key.select();
return false;
}