aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php4
-rw-r--r--view/schedule-json.php (renamed from view/program-json.php)0
2 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 43fb9ce..d7b92c8 100644
--- a/index.php
+++ b/index.php
@@ -44,9 +44,9 @@ try {
include('view/about.php');
}
- else if(preg_match('@^program.json$@', $route, $m))
+ else if(preg_match('@^schedule.json$@', $route, $m))
{
- include('view/program-json.php');
+ include('view/schedule-json.php');
}
else if(preg_match('@^feedback$@', $route, $m))
diff --git a/view/program-json.php b/view/schedule-json.php
index 739b71b..739b71b 100644
--- a/view/program-json.php
+++ b/view/schedule-json.php