28if ( ! defined (
'ALLOWED') ) die(
'Appel direct ne sont pas permis');
35if (
$http->get(
"export_type") ==
"simple") {
36 header(
'Pragma: public');
37 header(
'Content-type: application/csv');
38 header(
'Content-Disposition: attachment;filename="action-gestion.csv"',FALSE);
46if (
$http->get(
"export_type") ==
"detail") { echo
$follow->export_csv_detail(
$_GET); }
for($e=0; $e< count($afiche); $e++) exit