From ed913ca1ea9e99d9328b0b10afc351e6bb1dee40 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 2 Jan 2014 13:53:53 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A3=A8=ED=8A=B8=20index=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=20=EC=84=A0=ED=83=9D=20=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _common.php | 7 +++++++ adm/shop_admin/configform.php | 16 ++++++++++++++++ adm/shop_admin/configformupdate.php | 1 + index.php | 6 ++++++ install/gnuboard5shop.sql | 1 + install/install_db.php | 1 + mobile/shop/shop.head.php | 4 +++- shop/shop.head.php | 4 +++- 8 files changed, 38 insertions(+), 2 deletions(-) diff --git a/_common.php b/_common.php index 2ed94c3fb..0da77b7c1 100644 --- a/_common.php +++ b/_common.php @@ -1,3 +1,10 @@ 쇼핑몰 설치 후 이용해 주십시오.

'); + + define('_SHOP_', true); +} ?> \ No newline at end of file diff --git a/adm/shop_admin/configform.php b/adm/shop_admin/configform.php index 290db62ef..fd9b697ee 100644 --- a/adm/shop_admin/configform.php +++ b/adm/shop_admin/configform.php @@ -32,6 +32,12 @@ $pg_anchor = ''; + +// index 선택 설정 필드추가 +if(!isset($default['de_root_index_use'])) { + sql_query(" ALTER TABLE `{$g5['g5_shop_default_table']}` + ADD `de_root_index_use` tinyint(4) NOT NULL DEFAULT '0' AFTER `de_admin_info_email` ", true); +} ?>
@@ -690,6 +696,16 @@ $pg_anchor = ' diff --git a/shop/shop.head.php b/shop/shop.head.php index e6856c833..b70dd7697 100644 --- a/shop/shop.head.php +++ b/shop/shop.head.php @@ -31,7 +31,7 @@ include_once(G5_LIB_PATH.'/popular.lib.php'); - +