mirror of
https://github.com/kd2org/picodav.git
synced 2026-03-18 08:09:53 +01:00
Add ANONYMOUS_LISTINGS
This commit is contained in:
parent
cdd7f50a47
commit
4cbccddbbd
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue