mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-09-01 18:48:17 +00:00
6 lines
279 B
PHP
6 lines
279 B
PHP
<?php
|
|
dbg_error_log("OPTIONS", "method handler");
|
|
header( "Content-type: text/plain");
|
|
header( "Allow: OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, COPY, MOVE, PROPFIND, PROPPATCH, LOCK, UNLOCK, REPORT, ACL");
|
|
header( "DAV: 1, 2, 3, access-control, calendar-access");
|
|
?>
|