mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
v1.7 beta.3
This commit is contained in:
@@ -64,10 +64,10 @@ class AppFunctionsController extends Controller
|
||||
}
|
||||
|
||||
// Get settings
|
||||
$setup_wizard_success = Setting::where('name', 'setup_wizard_success')->first();
|
||||
$upgraded = Setting::where('name', 'latest_upgrade')->first();
|
||||
|
||||
// Get connection string
|
||||
if (! $setup_wizard_success) {
|
||||
if ($upgraded && $upgraded->value !== '1.7') {
|
||||
$connection = 'quiet-update';
|
||||
} else {
|
||||
$connection = $this->get_setup_status();
|
||||
|
||||
Reference in New Issue
Block a user