diff --git a/server.php b/server.php index c4ab3c3..7ebfd41 100644 --- a/server.php +++ b/server.php @@ -19,7 +19,7 @@ namespace PicoDAV use KD2\WebDAV\AbstractStorage; use KD2\WebDAV\Exception as WebDAV_Exception; - class Storage extends AbstractStorage + class Storage extends AbstractStorageD { /** * These file names will be ignored when doing a PUT @@ -673,6 +673,7 @@ namespace { const DEFAULT_CONFIG = [ 'ANONYMOUS_READ' => true, 'ANONYMOUS_WRITE' => false, + 'ANONYMOUS_LISTINGS' => true, 'HTTP_LOG_FILE' => null, ];