Fix IE Bug : he was not able to open CSV files when https is used
This commit is contained in:
parent
d8455b1b5a
commit
d0ff07fbe2
10 changed files with 12 additions and 1 deletions
|
|
@ -26,6 +26,8 @@ require_once('class_database.php');
|
|||
include ('class_user.php');
|
||||
require_once("class_fiche.php");
|
||||
header('Content-type: application/csv');
|
||||
|
||||
header('Pragma: public');
|
||||
header('Content-Disposition: attachment;filename="poste.csv"',FALSE);
|
||||
require_once('class_dossier.php');
|
||||
$gDossier=dossier::id();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue