From 025f321977fd2449e9f39269ec4f9679008e7e2d Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 2 Jan 2014 15:26:52 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EC=B9=98=EC=8B=9C=201:1=EB=AC=B8?= =?UTF-8?q?=EC=9D=98=20=EC=84=A4=EC=A0=95=EA=B0=92=20=EC=BF=BC=EB=A6=AC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install_db.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install/install_db.php b/install/install_db.php index dd2c7b440..ebe20ad52 100644 --- a/install/install_db.php +++ b/install/install_db.php @@ -151,6 +151,13 @@ $sql = " insert into `{$table_prefix}config` "; mysql_query($sql) or die(mysql_error() . "

" . $sql); +// 1:1문의 설정 +$sql = " insert into `{$table_prefix}qa_config` + ( qa_title, qa_category, qa_skin, qa_mobile_skin, qa_use_email, qa_req_email, qa_use_hp, qa_req_hp, qa_use_editor, qa_subject_len, qa_mobile_subject_len, qa_page_rows, qa_mobile_page_rows, qa_image_width, qa_upload_size, qa_insert_content ) + values + ( '1:1문의', '회원|포인트', 'basic', 'basic', '1', '0', '1', '0', '1', '60', '30', '15', '15', '600', '1048576', '' ) "; +mysql_query($sql); + // 관리자 회원가입 $sql = " insert into `{$table_prefix}member` set mb_id = '$admin_id',