#365 에 따른 메일 제목에 사이트명 추가 - 지운아빠 ver

This commit is contained in:
whitedot
2013-03-11 16:20:17 +09:00
parent 998094f165
commit 6e41ba1cd0
5 changed files with 7 additions and 7 deletions

View File

@ -39,7 +39,7 @@ sql_query($sql);
$href = G4_BBS_URL.'/password_lost_certify.php?mb_no='.$mb['mb_no'].'&mb_datetime='.$mb_datetime.'&mb_lost_certify='.$mb_lost_certify;
$subject = $config['cf_title']."요청하신 회원 아이디/패스워드 정보입니다.";
$subject = "[".$config['cf_title']."] 요청하신 회원 아이디/패스워드 정보입니다.";
$content = "";