일대일 문의 기능 추가

This commit is contained in:
chicpro
2013-11-06 10:05:02 +09:00
parent 223c271399
commit d0d8e3d2b7
58 changed files with 3509 additions and 17 deletions

View File

@ -10,6 +10,9 @@ $bo_table = $_GET['bo_table'];
if(strpos($filename, 'data/editor')) {
$editor_file = strstr($filename, 'editor');
$filepath = G5_DATA_PATH.'/'.$editor_file;
} else if(strpos($filename, 'data/qa')) {
$editor_file = strstr($filename, 'qa');
$filepath = G5_DATA_PATH.'/'.$editor_file;
} else {
$editor_file = '';
$filepath = G5_DATA_PATH.'/file/'.$bo_table.'/'.$filename;