Fix IE Bug : he was not able to open CSV files when https is used

This commit is contained in:
Dany De Bontridder 2010-08-05 10:02:28 +00:00
parent d8455b1b5a
commit d0ff07fbe2
10 changed files with 12 additions and 1 deletions

View file

@ -26,6 +26,7 @@ require_once('class_database.php');
include ('class_user.php');
require_once("class_acc_report.php");
require_once("impress_inc.php");
header('Pragma: public');
header('Content-type: application/csv');
header('Content-Disposition: attachment;filename="rapport.csv"',FALSE);
require_once('class_dossier.php');