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