aboutsummaryrefslogtreecommitdiff
path: root/program-json.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--program-json.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/program-json.php b/program-json.php
new file mode 100644
index 0000000..2b5e38b
--- /dev/null
+++ b/program-json.php
@@ -0,0 +1,6 @@
+<?php
+
+require_once('lib/bootstrap.php');
+
+header('Content-Type: application/json');
+echo json_encode(program());