Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Settings/Admin.php')
-rw-r--r--lib/Settings/Admin.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Settings/Admin.php b/lib/Settings/Admin.php
index 2c511022..6dc3d667 100644
--- a/lib/Settings/Admin.php
+++ b/lib/Settings/Admin.php
@@ -89,7 +89,8 @@ class Admin implements ISettings {
'templates' => $this->manager->getSystemFormatted(),
'templatesAvailable' => array_key_exists('templates', $this->capabilities) && $this->capabilities['templates'],
'settings' => $this->appConfig->getAppSettings(),
- 'demo_servers' => $this->demoService->fetchDemoServers()
+ 'demo_servers' => $this->demoService->fetchDemoServers(),
+ 'web_server' => strtolower($_SERVER['SERVER_SOFTWARE'])
]
],
'blank'