mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 21:32:49 +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');
|
$only_update_at = Request::input('only_update_at', 'no');
|
||||||
$history_id = intval(Request::input('history_id'));
|
$history_id = intval(Request::input('history_id'));
|
||||||
//
|
//
|
||||||
Base::checkClientVersion('0.31.75');
|
|
||||||
//
|
|
||||||
if (Base::isNumber($id)) {
|
if (Base::isNumber($id)) {
|
||||||
$user = User::auth();
|
$user = User::auth();
|
||||||
$file = File::permissionFind(intval($id), $user, $down == 'yes' ? 1 : 0);
|
$file = File::permissionFind(intval($id), $user, $down == 'yes' ? 1 : 0);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user