설치시 data/tmp 디렉토리 생성
This commit is contained in:
@ -161,7 +161,8 @@ $dir_arr = array (
|
||||
$data_path.'/file',
|
||||
$data_path.'/log',
|
||||
$data_path.'/member',
|
||||
$data_path.'/session'
|
||||
$data_path.'/session',
|
||||
$data_path.'/tmp'
|
||||
);
|
||||
|
||||
for ($i=0; $i<count($dir_arr); $i++) {
|
||||
|
||||
Reference in New Issue
Block a user