경로 및 전체테이블명 변경

This commit is contained in:
gnuboard
2013-02-07 16:56:29 +09:00
parent d7b9aab47a
commit f7855b165c
184 changed files with 711 additions and 708 deletions

View File

@ -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>');
?>