latest database backups included into the admin settings

This commit is contained in:
Čarodej
2022-02-15 10:40:59 +01:00
parent b897eaf482
commit 820f0b3890
23 changed files with 133 additions and 115 deletions

View File

@@ -13,7 +13,8 @@ class IndexController
{
public function __construct(
public GetServerSetupStatusAction $getServerSetupStatus,
) {}
) {
}
/**
* Show index page
@@ -34,7 +35,8 @@ class IndexController
// Get all settings
$settings = get_settings_in_json();
} catch (PDOException $e) {}
} catch (PDOException $e) {
}
if ($setup_status === 'installation-needed') {
$status_check = ($this->getServerSetupStatus)();