_SHOP_ 상수선언을 _common.php 파일에서 하도록 수정
This commit is contained in:
@ -3,4 +3,5 @@ include_once('../common.php');
|
||||
|
||||
if (!defined('G4_USE_SHOP') || !G4_USE_SHOP)
|
||||
die('<p>쇼핑몰 설치 후 이용해 주십시오.</p>');
|
||||
define('_SHOP_', true);
|
||||
?>
|
||||
Reference in New Issue
Block a user