mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-06 12:45:30 +00:00
Remove the option to check for updates from Sandstorm installations.
This commit is contained in:
@@ -51,8 +51,9 @@ class HomeController extends Controller
|
||||
{
|
||||
$title = (string)trans('firefly.administration');
|
||||
$mainTitleIcon = 'fa-hand-spock-o';
|
||||
$sandstorm = 1 === (int)getenv('SANDSTORM');
|
||||
|
||||
return view('admin.index', compact('title', 'mainTitleIcon'));
|
||||
return view('admin.index', compact('title', 'mainTitleIcon','sandstorm'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user