5.3 버전 내용 적용
This commit is contained in:
8
plugin/social/_common.php
Normal file
8
plugin/social/_common.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
include_once('../../common.php');
|
||||
|
||||
// 커뮤니티 사용여부
|
||||
if(G5_COMMUNITY_USE === false) {
|
||||
define('_SHOP_', true);
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user