mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-10 07:47:59 +00:00
Make isClamavEnabled an attribute
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
bebae7069b
commit
f8a244bee2
5 changed files with 10 additions and 24 deletions
|
|
@ -110,7 +110,7 @@ $app->get('/containers', function (Request $request, Response $response, array $
|
|||
'last_backup_time' => $configurationManager->GetLastBackupTime(),
|
||||
'backup_times' => $configurationManager->GetBackupTimes(),
|
||||
'current_channel' => $dockerActionManager->GetCurrentChannel(),
|
||||
'is_clamav_enabled' => $configurationManager->isClamavEnabled(),
|
||||
'is_clamav_enabled' => $configurationManager->isClamavEnabled,
|
||||
'is_onlyoffice_enabled' => $configurationManager->isOnlyofficeEnabled(),
|
||||
'is_collabora_enabled' => $configurationManager->isCollaboraEnabled(),
|
||||
'is_talk_enabled' => $configurationManager->isTalkEnabled(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue