优化后台UI,修复文件上传组件
This commit is contained in:
@@ -150,6 +150,7 @@ class Upload extends Base {
|
||||
$data['is_writable'] = $file->isWritable(); //是否可写
|
||||
$data['md5'] = md5_file($file->getPathname());
|
||||
$data['sha1'] = sha1_file($file->getPathname());
|
||||
$data['id'] = time();
|
||||
return $data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user