영카트5 관리자 페이지에 상수 추가

This commit is contained in:
thisgun
2017-09-07 10:37:35 +09:00
parent cd7d06e083
commit b37b2512b2

View File

@ -1,5 +1,6 @@
<?php
define('G5_IS_ADMIN', true);
define('G5_IS_SHOP_ADMIN_PAGE', true);
include_once ('../../common.php');
if (!defined('G5_USE_SHOP') || !G5_USE_SHOP)