Merge pull request #3913 from cwickert/master
DummyGetResponsePlugin: ownCloud -> Nexcloud
This commit is contained in:
commit
6677963902
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue