Files
2026-07-23 16:15:57 +09:00

7 lines
169 B
PHP

<?php
include_once('../../common.php');
// 커뮤니티 사용여부
if(defined('G5_COMMUNITY_USE') && G5_COMMUNITY_USE === false) {
define('_SHOP_', true);
}