Magic Hash 관련 비밀번호 체크 코드 수정

This commit is contained in:
chicpro
2015-05-13 17:10:08 +09:00
parent 2705b9312c
commit 01a31bb18f
16 changed files with 42 additions and 18 deletions

View File

@ -309,7 +309,7 @@ if ($w == '') {
if (!$is_admin) {
if (!($is_member && $member['mb_id'] == $write['mb_id'])) {
if (sql_password($wr_password) != $write['wr_password']) {
if (!check_password($wr_password, $write['wr_password'])) {
alert('비밀번호가 틀립니다.');
}
}