mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-09-21 06:20:17 +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");
|
header("Content-type: text/plain");
|
||||||
echo "You may not create a calendar there.";
|
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);
|
dbg_error_log("ERROR", "MKCALENDAR Access denied for User: %d, Path: %s", $session->user_no, $get_path);
|
||||||
return;
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
$displayname = $request_path;
|
$displayname = $request_path;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user