diff options
author | alecpl <alec@alec.pl> | 2011-09-23 10:11:27 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-09-23 10:11:27 +0000 |
commit | 9e54e6fd455326185b54b5e2cb1b7936c7817670 (patch) | |
tree | 6679ee0ce143cd439e6fb707e621029379cdeae1 /program/steps/addressbook | |
parent | f8ca748ab84ed267aef9a95da5bc709da96af3cd (diff) |
- Make the whole PHP output non-cacheable (#1487797)
Diffstat (limited to 'program/steps/addressbook')
-rw-r--r-- | program/steps/addressbook/export.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/steps/addressbook/export.inc b/program/steps/addressbook/export.inc index a710aa204..8ba1c08b6 100644 --- a/program/steps/addressbook/export.inc +++ b/program/steps/addressbook/export.inc @@ -66,7 +66,6 @@ else { } // send downlaod headers -send_nocacheing_headers(); header('Content-Type: text/x-vcard; charset='.RCMAIL_CHARSET); header('Content-Disposition: attachment; filename="rcube_contacts.vcf"'); |