Files
firstgarden-web-gnu/plugin/social/_common.php
2018-03-30 18:12:51 +09:00

8 lines
135 B
PHP

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