mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-09 07:23:39 +00:00
Seems more consistent this way.
This commit is contained in:
parent
900439acc8
commit
653129f983
@ -15,7 +15,7 @@ if ( ! isset($permissions['write']) ) {
|
||||
header("Content-type: text/plain");
|
||||
echo "You may not create a calendar there.";
|
||||
dbg_error_log("ERROR", "MKCALENDAR Access denied for User: %d, Path: %s", $session->user_no, $get_path);
|
||||
return;
|
||||
exit(0);
|
||||
}
|
||||
|
||||
$displayname = $request_path;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user