영카트의 faq 내용관리 팝업관리 그누보드로 이동
This commit is contained in:
@ -196,6 +196,8 @@ $dir_arr = array (
|
||||
$data_path.'/log',
|
||||
$data_path.'/member',
|
||||
$data_path.'/session',
|
||||
$data_path.'/content',
|
||||
$data_path.'/faq',
|
||||
$data_path.'/tmp'
|
||||
);
|
||||
|
||||
@ -251,6 +253,7 @@ fwrite($f, "\$g5['qa_content_table'] = G5_TABLE_PREFIX.'qa_content'; // 1:1문
|
||||
fwrite($f, "\$g5['content_table'] = G5_TABLE_PREFIX.'content'; // 내용(컨텐츠)정보 테이블\n");
|
||||
fwrite($f, "\$g5['faq_table'] = G5_TABLE_PREFIX.'faq'; // 자주하시는 질문 테이블\n");
|
||||
fwrite($f, "\$g5['faq_master_table'] = G5_TABLE_PREFIX.'faq_master'; // 자주하시는 질문 마스터 테이블\n");
|
||||
fwrite($f, "\$g5['new_win_table'] = G5_TABLE_PREFIX.'new_win'; // 새창 테이블\n");
|
||||
fwrite($f, "?>");
|
||||
|
||||
fclose($f);
|
||||
|
||||
Reference in New Issue
Block a user