forked from extern/egroupware
patch from erwin.leubaz-AT-advancedsilicon.com for IE and Outlook2007
This commit is contained in:
parent
cf69bfd0a9
commit
80f9d76753
@ -560,6 +560,9 @@
|
||||
$content_type = 'text/calendar';
|
||||
if($content_type)
|
||||
{
|
||||
header('Last-Modified: '.gmdate('D, d M Y H:i:s') . ' GMT');
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate'); // HTTP/1.1
|
||||
header('Cache-Control: pre-check=0, post-check=0, max-age=0'); // HTTP/1.1
|
||||
header('Content-Type: '.$content_type);
|
||||
}
|
||||
echo $vcalstr;
|
||||
|
Loading…
Reference in New Issue
Block a user