5 lines
176 B
PHP
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); 로 설정해 주세요.");
|
|
?>
|