mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
#64 서버 내 경로를 절대경로로 변경
This commit is contained in:
parent
bf0dd35f0a
commit
932862be1f
42 changed files with 807 additions and 133 deletions
|
|
@ -302,7 +302,9 @@ class importerAdminController extends importer
|
|||
$columnList = array('module_srl', 'module');
|
||||
$target_module_info = $oModuleModel->getModuleInfoByModuleSrl($target_module, $columnList);
|
||||
|
||||
require_once('./modules/importer/ttimport.class.php');
|
||||
$ttimporter = FileHandler::exists(_XE_PATH_ . 'modules/importer/ttimport.class.php');
|
||||
if($ttimporter) require_once($ttimporter);
|
||||
|
||||
$oTT = new ttimport();
|
||||
$cur = $oTT->importModule($key, $cur, $index_file, $this->unit_count, $target_module, $guestbook_target_module, $user_id, $target_module_info->module);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue