File size: 109 Bytes
12759cd
 
 
1
2
3
4
<?php require __DIR__.'/day.php'; ?>
<?php header('Content-Type: text/csv'); ?>
<?php echo $day->toCsv(); ?>