diff --git a/_common.php b/_common.php index 9969c3802..8c7cd63a2 100644 --- a/_common.php +++ b/_common.php @@ -2,10 +2,10 @@ include_once('./common.php'); // 커뮤니티 사용여부 -if(G5_COMMUNITY_USE === false) { +if(defined('G5_COMMUNITY_USE') && G5_COMMUNITY_USE === false) { if (!defined('G5_USE_SHOP') || !G5_USE_SHOP) die('

쇼핑몰 설치 후 이용해 주십시오.

'); define('_SHOP_', true); } -?> \ No newline at end of file +?>