aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 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))