Files
firstgarden-web-gnu/plugin/social/_common.php
2019-05-03 16:34:57 +09:00

8 lines
166 B
PHP

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