2012-04-19 09:27:03 +02:00

4 lines
88 B
PHP
Executable File

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