Skip to content
Snippets Groups Projects
Commit 07b35b7b authored by Christoph Wickert's avatar Christoph Wickert
Browse files

DummyGetResponsePlugin: ownCloud -> Nexcloud

parent 3c66ad64
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ class DummyGetResponsePlugin extends \Sabre\DAV\ServerPlugin { ...@@ -58,7 +58,7 @@ class DummyGetResponsePlugin extends \Sabre\DAV\ServerPlugin {
*/ */
function httpGet(RequestInterface $request, ResponseInterface $response) { function httpGet(RequestInterface $request, ResponseInterface $response) {
$string = 'This is the WebDAV interface. It can only be accessed by ' . $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+'); $stream = fopen('php://memory','r+');
fwrite($stream, $string); fwrite($stream, $string);
rewind($stream); rewind($stream);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment