wikipoints/ground/views/json.php

5 lines
82 B
PHP

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