mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-30 03:24:47 +00:00
Starting work on LOCK.
This commit is contained in:
parent
0fb5ba19f4
commit
becfa15926
@ -26,6 +26,8 @@ switch ( $request->method ) {
|
||||
case 'GET': include_once("caldav-GET.php"); break;
|
||||
case 'HEAD': include_once("caldav-GET.php"); break;
|
||||
case 'DELETE': include_once("caldav-DELETE.php"); break;
|
||||
case 'LOCK': include_once("caldav-LOCK.php"); break;
|
||||
case 'UNLOCK': include_once("caldav-LOCK.php"); break;
|
||||
|
||||
default:
|
||||
dbg_error_log( "caldav", "Unhandled request method >>%s<<", $request->method );
|
||||
|
||||
@ -3,9 +3,4 @@
|
||||
* We support both LOCK and UNLOCK methods in this function
|
||||
*/
|
||||
|
||||
echo "<h1>Unimplemented</h1><p>Unfortunately this function is planned, but not yet implemented</p";
|
||||
echo "<p>Well, actually, perhaps 'planned' is too strong a word. It <em>is</em> on the roadmap, and if you want to
|
||||
contribute to the planning, please add your two cents to the Sourceforge forums or tracker items.</p>";
|
||||
echo "<p>It would also be useful if you could find a client which uses it, maybe even a log of it
|
||||
doing so, and so on.</p>";
|
||||
?>
|
||||
Loading…
x
Reference in New Issue
Block a user