경로 정리 - 큰일었어요!!!

This commit is contained in:
gnuboard
2013-01-27 15:48:08 +09:00
parent 5891f1a77a
commit 023d9233d2
623 changed files with 822 additions and 7680 deletions

View File

@ -26,7 +26,7 @@ if ($sendmail_count > 3)
alert_close('한번 접속후 일정수의 메일만 발송할 수 있습니다.\\n\\n계속해서 메일을 보내시려면 다시 로그인 또는 접속하여 주십시오.');
$g4['title'] = '메일 쓰기';
include_once($g4['path'].'/head.sub.php');
include_once(G4_PATH.'/head.sub.php');
if (!$name)
$name = base64_decode($email);
@ -39,5 +39,5 @@ $type_checked[$type] = 'checked';
include_once($member_skin_path.'/formmail.skin.php');
include_once($g4['path'].'/tail.sub.php');
include_once(G4_PATH.'/tail.sub.php');
?>