davical/inc/caldav-OPTIONS.php
2006-09-04 23:11:31 +12:00

6 lines
285 B
PHP

<?php
error_log("caldav: DBG: 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");
?>