Files
web/api.php
2016-01-30 19:06:15 -06:00

7 lines
110 B
PHP

<?php
include('data.php');
header('Content-type: application/json');
echo json_encode($data);
?>