Files
firstgarden-web-gnu/shop/_common.php
2013-01-28 14:38:48 +09:00

5 lines
235 B
PHP

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