mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
nobody권한의 디렉토리 생성시 755로 생성하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2446 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
150f8ede43
commit
2c016d8d5a
1 changed files with 2 additions and 2 deletions
|
|
@ -89,8 +89,8 @@
|
||||||
if(!$path_list[$i]) continue;
|
if(!$path_list[$i]) continue;
|
||||||
$path .= $path_list[$i].'/';
|
$path .= $path_list[$i].'/';
|
||||||
if(!is_dir($path)) {
|
if(!is_dir($path)) {
|
||||||
@mkdir($path, 0777);
|
@mkdir($path, 0755);
|
||||||
@chmod($path, 0777);
|
@chmod($path, 0755);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue