Skip to content

Commit 9aa1560

Browse files
committed
Update structure
1 parent b2d6956 commit 9aa1560

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lines_picto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// If run from a web server, send CSV headers for download
2626
if (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));

trafic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// If run from a web server, send JSON headers for download
2626
if (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));

0 commit comments

Comments
 (0)