Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _common.php
Original file line number Diff line number Diff line change
Expand Up @@ -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('<p>쇼핑몰 설치 후 이용해 주십시오.</p>');

define('_SHOP_', true);
}
?>
?>