wikipoints/ground/views/json.php

6 lines
75 B
PHP

<?php
header('Content-Type: application/json');
echo json_encode($data);