json header

master
Matt Huntington 8 years ago
parent 331f0b7507
commit 13a436c44a

@ -1,4 +1,5 @@
<?php <?php
header('Content-Type: application/json');
include 'data/people.php'; include 'data/people.php';
echo json_encode($people); echo json_encode($people);

Loading…
Cancel
Save