mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
bugfixes
This commit is contained in:
@@ -67,7 +67,7 @@ class AppFunctionsController extends Controller
|
||||
|
||||
return view("index")
|
||||
->with('settings', $settings)
|
||||
->with('legal', $legal)
|
||||
->with('legal', isset($legal) ? $legal : null)
|
||||
->with('installation', $connection);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user