그누보드 게시판 생성시 에러
본문
게시판 생성시에 기본설정을 끝내고 [확인] 버튼을 누르면 이렇게 에러가 나타나는군요.
// 관리자가 자동등록방지를 사용해야 할 경우
if ($board && (isset($board['bo_include_head']) && $board['bo_include_head'] !== $bo_include_head || $board['bo_include_tail'] !== $bo_include_tail) && function_exists('get_admin_captcha_by') && get_admin_captcha_by(0)) {
include_once(G5_CAPTCHA_PATH . '/captcha.lib.php');
if (!chk_captcha()) {
alert('자동등록방지 숫자가 틀렸습니다.');
}
** 진한부분이 Line 40 입니다.
답변을 작성하시기 전에 로그인 해주세요.