Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
chicpro
2013-01-28 14:38:59 +09:00
10 changed files with 35 additions and 22 deletions

View File

@ -1,4 +1,5 @@
<?
$g4_path = "..";
include_once("$g4_path/common.php");
include_once("../common.php");
if (!defined('G4_USE_SHOP') || !G4_USE_SHOP)
die("현재 쇼핑몰 사용 안함으로 설정되어 있습니다.<br>config.user.php 에 define('G4_USE_SHOP', true); 로 설정해 주세요.");
?>