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

5 lines
176 B
PHP

<?
include_once("$g4_path/common.php");
if (!defined('G4_USE_SHOP') || !G4_USE_SHOP)
die("config.user.php 에 define('\$G4_USE_SHOP', true); 로 설정해 주세요.");
?>