mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 12:02:51 +00:00
fix: 版本验证有问题,先干掉
This commit is contained in:
parent
f249763d41
commit
d26df91960
@ -480,8 +480,6 @@ class FileController extends AbstractController
|
||||
$only_update_at = Request::input('only_update_at', 'no');
|
||||
$history_id = intval(Request::input('history_id'));
|
||||
//
|
||||
Base::checkClientVersion('0.31.75');
|
||||
//
|
||||
if (Base::isNumber($id)) {
|
||||
$user = User::auth();
|
||||
$file = File::permissionFind(intval($id), $user, $down == 'yes' ? 1 : 0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user