쇼핑몰 index 페이지를 shop 폴더로 이동

This commit is contained in:
gnuboard
2013-01-30 11:04:29 +09:00
parent f4c865abdd
commit dd70cf56a3
4 changed files with 6 additions and 6 deletions

View File

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