mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 03:10:51 +00:00
bugfixes
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
isSaaS: {{ isset($settings->license) && $settings->license === 'Extended' ? 1 : 0 }},
|
||||
isDemo: {{ env('APP_DEMO') ? 1 : 0 }},
|
||||
|
||||
legal: {!! $legal !!},
|
||||
legal: {!! isset($legal) ? $legal : 'undefined' !!},
|
||||
|
||||
installation: '{{ $installation }}',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user