#365 에 따른 메일 제목에 사이트명 추가 - merge

This commit is contained in:
whitedot
2013-03-11 16:22:11 +09:00
3 changed files with 5 additions and 4 deletions

View File

@ -562,6 +562,7 @@ if (!($w == 'u' || $w == 'cu') && $config['cf_email_use'] && $board['bo_use_emai
$str = $warr[$w];
$subject = '['.$config['cf_title'].'] '.$board['bo_subject'].' 게시판에 '.$str.'글이 올라왔습니다.';
$link_url = G4_BBS_URL.'/board.php?bo_table='.$bo_table.'&wr_id='.$wr_id.'&'.$qstr;
include_once(G4_LIB_PATH.'/mailer.lib.php');