G4_IS_SHOP을 G4_USE_SHOP으로 수정
This commit is contained in:
@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user