shop.tail.php 파일 경로 수정

This commit is contained in:
chicpro
2013-01-30 16:53:20 +09:00
parent 14abe44205
commit 78e9edcecd

View File

@ -1,4 +1,4 @@
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once(G4_PATH.'/shop.tail.php');
include_once(G4_SHOP_PATH.'/shop.tail.php');
?>