Add ANONYMOUS_LISTINGS

This commit is contained in:
3rd3 2026-02-08 18:18:00 +01:00 committed by GitHub
commit 4cbccddbbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
];