mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-31 03:34:18 +00:00
Change to DAViCal for server signature.
This commit is contained in:
parent
8f28e17cb5
commit
c7a2aa140e
@ -610,7 +610,7 @@ class CalDAVRequest
|
||||
function DoResponse( $status, $message="", $content_type="text/plain; charset=\"utf-8\"" ) {
|
||||
global $session, $c;
|
||||
@header( sprintf("HTTP/1.1 %d %s", $status, getStatusMessage($status)) );
|
||||
@header( sprintf("X-RSCDS-Version: RSCDS/%d.%d.%d; DB/%d.%d.%d", $c->code_major, $c->code_minor, $c->code_patch, $c->schema_major, $c->schema_minor, $c->schema_patch) );
|
||||
@header( sprintf("X-DAViCal-Version: DAViCal/%d.%d.%d; DB/%d.%d.%d", $c->code_major, $c->code_minor, $c->code_patch, $c->schema_major, $c->schema_minor, $c->schema_patch) );
|
||||
@header( "Content-type: ".$content_type );
|
||||
echo $message;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user