mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
4 lines
78 B
PHP
4 lines
78 B
PHP
<?php
|
|
|
|
header('Content-Type: application/json');
|
|
echo json_encode(program());
|