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

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

@ -1,6 +1,6 @@
<?php
include_once('./_common.php');
include_once($g4['path'].'/head.sub.php');
include_once(G4_PATH.'/head.sub.php');
?>
<script>
@ -22,10 +22,10 @@ if(confirm("<? echo $memo_msg; ?>")) {
</p>
<a href="<? echo $g4['bbs_path']; ?>/memo.php" target="_blank">확인</a>
<a href="<? echo $$g4['path']; ?>">취소</a><br><br>
<a href="<? echo $G4_PATH; ?>">취소</a><br><br>
</article>
</noscript>
<?php
include_once($g4['path'].'/tail.sub.php');
include_once(G4_PATH.'/tail.sub.php');
?>