EtatTrafic / csv.php
tyriaa's picture
initial commit 1
12759cd
raw
history blame contribute delete
109 Bytes
<?php require __DIR__.'/day.php'; ?>
<?php header('Content-Type: text/csv'); ?>
<?php echo $day->toCsv(); ?>