3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 03:25:32 +00:00

A few more path fixes

This commit is contained in:
snipe
2016-03-25 17:20:28 -07:00
parent e60bda0563
commit 95e2825716
4 changed files with 235 additions and 129 deletions

View File

@ -947,8 +947,7 @@ class AssetsController extends Controller
return Redirect::route('hardware')->with('error', trans('admin/hardware/message.does_not_exist'));
}
// the asset is valid
$destinationPath = config('app.private_uploads').'/imports/assets';
$destinationPath = config('app.private_uploads').'/assets';