1、内核更新
2、bug修复
This commit is contained in:
@@ -79,7 +79,7 @@ class File extends SplFileObject
|
||||
return true;
|
||||
}
|
||||
|
||||
if (mkdir($path, 0644, true)) {
|
||||
if (mkdir($path, 0755, true)) {
|
||||
return true;
|
||||
} else {
|
||||
$this->error = "目录 {$path} 创建失败!";
|
||||
|
||||
Reference in New Issue
Block a user