|
|
|
17년 전
|
조회 824
|
|
|
|
17년 전
|
조회 798
|
|
|
|
17년 전
|
조회 950
|
|
|
|
17년 전
|
조회 760
|
|
|
|
17년 전
|
조회 790
|
|
|
|
17년 전
|
조회 817
|
|
|
|
17년 전
|
조회 778
|
|
|
|
17년 전
|
조회 974
|
|
|
|
17년 전
|
조회 1,626
|
|
|
|
17년 전
|
조회 806
|
|
|
|
17년 전
|
조회 958
|
|
|
|
17년 전
|
조회 801
|
|
|
|
17년 전
|
조회 998
|
|
|
|
17년 전
|
조회 773
|
|
|
|
17년 전
|
조회 793
|
|
|
|
17년 전
|
조회 963
|
|
|
|
17년 전
|
조회 983
|
|
|
|
17년 전
|
조회 1,543
|
|
|
|
17년 전
|
조회 1,021
|
|
|
|
17년 전
|
조회 794
|
댓글 2개
// 회원님께 메일 발송
if ($config[cf_email_mb_member])
{
$subject = "회원가입을 축하드립니다.";
$mb_md5 = md5($mb_id.$mb_email.$g4[time_ymdhis]);
$certify_href = "$g4[url]/$g4[bbs]/email_certify.php?mb_id=$mb_id&mb_md5=$mb_md5";
ob_start();
include_once ("./register_form_update_mail1.php");
$content = ob_get_contents();
ob_end_clean();
mailer($admin[mb_nick], $admin[mb_email], $mb_email, $subject, $content, 1);
}
이거군요.
include_once ("./register_form_update_mail1.php");