사용자: 게시판 댓글달기 에러 #117 해결
This commit is contained in:
@ -219,7 +219,7 @@ if ($w == 'c') // 코멘트 입력
|
||||
|
||||
$subject = $board[bo_subject].' 게시판에 '.$str.'글이 올라왔습니다.';
|
||||
// 4.00.15 - 메일로 보내는 코멘트의 바로가기 링크 수정
|
||||
$link_url = $g4['url']"./."$g4['bbs']"./board.php?bo_table=".$bo_table."&wr_id=".$wr_id."&".$qstr."#c_".$comment_id;
|
||||
$link_url = $g4['url']."/".$g4['bbs']."/board.php?bo_table=".$bo_table."&wr_id=".$wr_id."&".$qstr."#c_".$comment_id;
|
||||
|
||||
include_once($g4['path'].'/lib/mailer.lib.php');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user