diff --git a/lib/private/OCS/CoreCapabilities.php b/lib/private/OCS/CoreCapabilities.php index dcfe13b73a57..6302c05841fe 100644 --- a/lib/private/OCS/CoreCapabilities.php +++ b/lib/private/OCS/CoreCapabilities.php @@ -53,7 +53,8 @@ public function getCapabilities() { 'core' => [ 'pollinterval' => $this->config->getSystemValue('pollinterval', 60), 'webdav-root' => $this->config->getSystemValue('webdav-root', 'remote.php/webdav'), - 'status' => Util::getStatusInfo(true), + # show version details, hide server hostname + 'status' => Util::getStatusInfo(true,true), ] ]; }