aboutsummaryrefslogtreecommitdiff
path: root/program-json.php
blob: 2b5e38b541fb48b130d7f7da0ea87f636779141e (plain)
1
2
3
4
5
6
<?php

require_once('lib/bootstrap.php');

header('Content-Type: application/json');
echo json_encode(program());