경로 및 전체테이블명 변경
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?
|
||||
include_once("../common.php");
|
||||
if (!defined('G4_USE_SHOP') || !G4_USE_SHOP)
|
||||
die("현재 쇼핑몰 사용 안함으로 설정되어 있습니다.<br>config.user.php 에 define('G4_USE_SHOP', true); 로 설정해 주세요.");
|
||||
die('<p>현재 쇼핑몰 사용 안함으로 설정되어 있습니다.</p><p>'.G4_EXTEND_DIR.'/shop.config.php 에 define(\'G4_USE_SHOP\', true); 로 설정해 주세요.</p>');
|
||||
?>
|
||||
Reference in New Issue
Block a user