Add a new core capability which tells the clients which url to use

remotes/origin/exclude_directories_III
Thomas Müller 11 years ago
parent b0c456c0fc
commit b2a437ffff
  1. 3
      lib/private/ocs/corecapabilities.php

@ -49,7 +49,8 @@ class CoreCapabilities implements ICapability {
public function getCapabilities() {
return [
'core' => [
'pollinterval' => $this->config->getSystemValue('pollinterval', 60)
'pollinterval' => $this->config->getSystemValue('pollinterval', 60),
'webdav-root' => $this->config->getSystemValue('webdav-root', 'remote.php/webdav'),
]
];
}

Loading…
Cancel
Save