问题修复
This commit is contained in:
parent
ea0b6d7a8c
commit
21031439ee
@ -352,9 +352,9 @@ class File extends SplFileObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 验证上传
|
// 验证上传
|
||||||
if (!$this->check()) {
|
// if (!$this->check()) {
|
||||||
return false;
|
// return false;
|
||||||
}
|
// }
|
||||||
|
|
||||||
$path = rtrim($path, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR;
|
$path = rtrim($path, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR;
|
||||||
// 文件保存命名规则
|
// 文件保存命名规则
|
||||||
|
Loading…
x
Reference in New Issue
Block a user