DummyGetResponsePlugin: ownCloud -> Nexcloud

Signed-off-by: Christoph Wickert <cwickert@suse.de>
pull/3913/head
Christoph Wickert 9 years ago
parent 3c66ad64e6
commit 07b35b7bae
  1. 2
      apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php

@ -58,7 +58,7 @@ class DummyGetResponsePlugin extends \Sabre\DAV\ServerPlugin {
*/
function httpGet(RequestInterface $request, ResponseInterface $response) {
$string = 'This is the WebDAV interface. It can only be accessed by ' .
'WebDAV clients such as the ownCloud desktop sync client.';
'WebDAV clients such as the Nextcloud desktop sync client.';
$stream = fopen('php://memory','r+');
fwrite($stream, $string);
rewind($stream);

Loading…
Cancel
Save