5fa0bf23에서 디렉토리 생성문제 수정.

This commit is contained in:
bnu 2013-11-15 01:54:50 +09:00
parent 16a4b50813
commit 5d78acb99e

View file

@ -321,7 +321,7 @@ class FileHandler
if(!ini_get('safe_mode'))
{
@mkdir($path_string, 0755);
@mkdir($path_string, 0755, TRUE);
@chmod($path_string, 0755);
}
// if safe_mode is on, use FTP