Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
29c60ee6b5
2 changed files with 3 additions and 3 deletions
|
@ -1079,7 +1079,7 @@ class UsersController extends Controller
|
||||||
return redirect()->route('users')->with('error', trans('general.insufficient_permissions'));
|
return redirect()->route('users')->with('error', trans('general.insufficient_permissions'));
|
||||||
} else {
|
} else {
|
||||||
$log = Actionlog::find($fileId);
|
$log = Actionlog::find($fileId);
|
||||||
$file = $log->get_src();
|
$file = $log->get_src('users');
|
||||||
return Response::download($file);
|
return Response::download($file);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -117,7 +117,7 @@ return [
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| This is the path for any uploaded files that have to be run through the
|
| This is the path for any uploaded files that have to be run through the
|
||||||
| auth system to ensure they are not visible to the public. These should be
|
| auth system to ensure they are not visible to the public. These should be
|
||||||
| stored somewhere outside of the web root so that an unautenticated user
|
| stored somewhere outside of the web root so that an unauthenticated user
|
||||||
| cannot access them.
|
| cannot access them.
|
||||||
|
|
|
|
||||||
| For example: license keys, contracts, etc.
|
| For example: license keys, contracts, etc.
|
||||||
|
|
Loading…
Add table
Reference in a new issue