설치시 data/tmp 디렉토리 생성

This commit is contained in:
gnuboard
2013-09-24 13:57:09 +09:00
parent b88c274e72
commit c987dc857e

View File

@ -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++) {