Task #0000877: Renforcement protection

This commit is contained in:
Dany De Bontridder 2013-09-13 19:17:32 +00:00
parent f1ffe5cb97
commit 6d2f0949ef
147 changed files with 644 additions and 207 deletions

View file

@ -23,7 +23,7 @@
/*!\file
* \brief export the anc tables in CSV
*/
if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
header('Pragma: public');
header('Content-type: application/csv');
header('Content-Disposition: attachment;filename="anc-table-export.csv"',FALSE);