보드 폼 업데이트시 오류
리니
222.♡.216.5
2020-12-27 07:06
17,475
0
본문
하기와 마찬가지로 자동등록방지를 검사합니다.
head, tail 변경시 동작합니다.
/adm/eyoom_admin/core/board/board_form_update.php
32~40번줄 주석
// 관리자가 자동등록방지를 사용해야 할 경우
if ($board && ($board['bo_include_head'] !== $bo_include_head || $board['bo_include_tail'] !== $bo_include_tail) && function_exists('get_admin_captcha_by') && get_admin_captcha_by()){
include_once(G5_CAPTCHA_PATH.'/captcha.lib.php');
if (!chk_captcha()) {
alert('자동등록방지 숫자가 틀렸습니다.');
}
}
댓글목록0