mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-31 18:46:02 +00:00
Remove exit(0) which is no longer necessary.
This commit is contained in:
parent
4aca3489d2
commit
c26ae36b93
@ -310,7 +310,6 @@ elseif ( $request->AllowedTo('read') ) {
|
||||
}
|
||||
else {
|
||||
$request->DoResponse( 403, translate("You do not have appropriate rights to view that resource.") );
|
||||
exit(0);
|
||||
}
|
||||
|
||||
// dbg_log_array( "PROPFIND", "XML", $multistatus, true );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user