We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93937f7 commit dd85a85Copy full SHA for dd85a85
examples/fileserver.php
@@ -42,6 +42,7 @@
42
// Support for LOCK and UNLOCK
43
$lockBackend = new Sabre_DAV_Locks_Backend_FS($tmpDir);
44
$lockPlugin = new Sabre_DAV_Locks_Plugin($lockBackend);
45
+$server->addPlugin($lockPlugin);
46
47
// Support for html frontend
48
$browser = new Sabre_DAV_Browser_Plugin();
0 commit comments