File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525// If run from a web server, send CSV headers for download
2626if (php_sapi_name () !== 'cli ' ) {
2727 header ('Content-Type: text/csv; charset=utf-8 ' );
28- header ('Content-Disposition: attachment; filename="lines_picto_combined .csv" ' );
28+ header ('Content-Disposition: attachment; filename="lines_picto .csv" ' );
2929}
3030
3131$ it = new RecursiveIteratorIterator (new RecursiveDirectoryIterator ($ baseDir , RecursiveDirectoryIterator::SKIP_DOTS ));
Original file line number Diff line number Diff line change 2525// If run from a web server, send JSON headers for download
2626if (php_sapi_name () !== 'cli ' ) {
2727 header ('Content-Type: application/json; charset=utf-8 ' );
28- header ('Content-Disposition: attachment; filename="trafic_combined .json" ' );
28+ header ('Content-Disposition: attachment; filename="trafic .json" ' );
2929}
3030
3131$ it = new RecursiveIteratorIterator (new RecursiveDirectoryIterator ($ baseDir , RecursiveDirectoryIterator::SKIP_DOTS ));
You can’t perform that action at this time.
0 commit comments