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',