aboutsummaryrefslogtreecommitdiff
path: root/view/program-json.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/program-json.php')
-rw-r--r--view/program-json.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/view/program-json.php b/view/program-json.php
deleted file mode 100644
index 739b71b..0000000
--- a/view/program-json.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-$schedule = new Schedule();
-if(!$schedule->isEnabled())
- throw new NotFoundException('Schedule is disabled');
-
-header('Content-Type: application/json');
-echo json_encode($schedule->getSchedule());