mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-23 05:03:38 +00:00
Move proxy tests to use accessors.
This commit is contained in:
parent
c67bfeb7ad
commit
4aced6ff32
@ -10,6 +10,10 @@
|
||||
*/
|
||||
dbg_error_log('PROPFIND', 'method handler');
|
||||
|
||||
if ( isset($c->new_propfind) && $c->new_propfind ) {
|
||||
|
||||
}
|
||||
|
||||
if ( ! ($request->AllowedTo('read') || $request->AllowedTo('freebusy')) ) {
|
||||
$request->DoResponse( 403, translate('You may not access that calendar') );
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user