From 7b1183e927df5d288befc39f0f5d76bfdcf5d0b1 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 15 Feb 2013 11:55:32 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=EB=9F=AC=EB=A6=AC?= =?UTF-8?q?=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/sendmail_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/sendmail_test.php b/adm/sendmail_test.php index 304c4313d..a487deb40 100644 --- a/adm/sendmail_test.php +++ b/adm/sendmail_test.php @@ -7,7 +7,7 @@ auth_check($auth[$sub_menu], 'r'); if (!$config['cf_email_use']) alert('환경설정에서 \'메일발송 사용\'에 체크하셔야 메일을 발송할 수 있습니다.'); -include_once($g4['path'].'/lib/mailer.lib.php'); +include_once(G4_LIB_PATH.'/mailer.lib.php'); $g4['title'] = '메일 테스트'; include_once('./admin.head.php');