Skip to content

Commit

Permalink
Fixed Issue 9
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Jul 22, 2009
1 parent 93937f7 commit dd85a85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/fileserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
// Support for LOCK and UNLOCK
$lockBackend = new Sabre_DAV_Locks_Backend_FS($tmpDir);
$lockPlugin = new Sabre_DAV_Locks_Plugin($lockBackend);
$server->addPlugin($lockPlugin);

// Support for html frontend
$browser = new Sabre_DAV_Browser_Plugin();
Expand Down

0 comments on commit dd85a85

Please sign in to comment.