경로 수정 작업 중

This commit is contained in:
chicpro
2013-03-14 17:56:20 +09:00
parent 8ba59fe9b0
commit 1a60978568
1212 changed files with 39023 additions and 33180 deletions

24
bbs/confirm.php Normal file
View File

@ -0,0 +1,24 @@
<?
include_once('./_common.php');
include_once(G4_PATH.'/head.sub.php');
?>
<article id="confirm_check">
<header>
<hgroup>
<h1><? echo $header; ?></h1> <!-- 수행 중이던 작업 내용 -->
<h2>아래 내용을 확인해 주세요.</h2>
</hgroup>
</header>
<p>
<? echo $msg; ?>
</p>
<a href="<? echo $url1; ?>">확인</a>
<a href="<? echo $url2; ?>">취소</a><br><br>
<a href="<? echo $url3; ?>">돌아가기</a>
</article>
<?
include_once(G4_PATH.'/tail.sub.php');
?>