mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-20 01:44:15 +00:00
Rename new configuration item more meaningfully.
This commit is contained in:
parent
f9a4fecaaa
commit
25fc29a79c
@ -29,7 +29,7 @@ $lock_opener = $request->FailIfLocked();
|
||||
|
||||
|
||||
if ( $is_collection ) {
|
||||
if ( isset($c->deny_put_collection) && $c->deny_put_collection ) {
|
||||
if ( isset($c->readonly_webdav_collections) && $c->readonly_webdav_collections ) {
|
||||
$request->DoResponse( 405 ); // Method not allowed
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user