G4_IS_SHOP을 G4_USE_SHOP으로 수정

This commit is contained in:
chicpro
2013-01-28 14:38:38 +09:00
parent ad921ce775
commit 02a4a459f8

View File

@ -1,6 +1,6 @@
<?
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
//if (!defined('G4_IS_SHOP') || !G4_IS_SHOP) return;
if (!defined('G4_USE_SHOP') || !G4_USE_SHOP) return;
include_once(G4_LIB_PATH.'/shop.lib.php');