퍼스트가든용 이벤트스킨 추가. 관리자가 아닌 경우 댓글 및 조회수, 작성자 숨기기 / 댓글 기능 사용하지 않는 경우 view에서 댓글 부분 출력 하지 않도록 수정

This commit is contained in:
2025-09-15 13:44:24 +09:00
parent fcc95c6c0a
commit 0830c6e7fd
41 changed files with 3026 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
@include_once(G5_PATH.'/rb/rb.lib/ajax.upload_write_update.php'); // 파일첨부를 끌어오기 형태로 업로드 하는 경우만 추가해주세요.
if($w == "") {
//관리자에게 쪽지발송
memo_auto_send($board['bo_subject'].'에 새글이 등록 되었습니다.', G5_BBS_URL.'/board.php?bo_table='.$bo_table.'&wr_id='.$wr_id, $config['cf_admin'], "system-msg");
}
?>