mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
Allow ticket based access through here as well as public calendars.
This commit is contained in:
parent
c131834982
commit
6b495b6556
@ -20,7 +20,7 @@ header( "DAV: $dav");
|
||||
|
||||
require_once("CalDAVRequest.php");
|
||||
$request = new CalDAVRequest();
|
||||
if ( !$request->IsPublic() ) {
|
||||
if ( !isset($request->ticket) && !$request->IsPublic() ) {
|
||||
$request->DoResponse( 403, translate('Anonymous users may only access public calendars') );
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user