mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Add a content-disposition header.
This commit is contained in:
parent
72c25cf799
commit
5077ca16af
@ -45,6 +45,8 @@ if ( $qry->QDo('SELECT * FROM tz_localnames WHERE our_tzno = :our_tzno', array('
|
||||
|
||||
header( 'ETag: "'.$tz->etag.'"' );
|
||||
header( 'Last-Modified', $tz->last_modified );
|
||||
header( 'Content-Disposition', $tzid . '.ics' );
|
||||
|
||||
|
||||
$request->DoResponse(200, $vtz->Render(), 'text/calendar');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user