스마트폰 결제 모듈 적용

This commit is contained in:
chicpro
2013-05-08 17:21:18 +09:00
parent 2c97a30dde
commit 3850ae8fe3
14 changed files with 804 additions and 923 deletions

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);
?>