diff --git a/bbs/write_comment_update.php b/bbs/write_comment_update.php index cfcca72a9..39430f49d 100644 --- a/bbs/write_comment_update.php +++ b/bbs/write_comment_update.php @@ -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');