모바일 쇼핑몰 디렉토리 추가

This commit is contained in:
chicpro
2013-05-07 16:11:09 +09:00
parent 3640c40197
commit 3a2a32ff34
6 changed files with 305 additions and 0 deletions

7
mobile/shop/_common.php Normal file
View File

@ -0,0 +1,7 @@
<?php
include_once('../../common.php');
if (!defined('G4_USE_SHOP') || !G4_USE_SHOP)
die('<p>쇼핑몰 설치 후 이용해 주십시오.</p>');
define('_SHOP_', true);
?>