aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMaZderMind2015-03-31 17:20:10 +0200
committerMaZderMind2015-03-31 17:20:10 +0200
commitf48084e1d68429235a5655a92b463cc5099be646 (patch)
treeb471e4b0be426f2d14f07a9f94a045bd62ae5ecd /index.php
parentd4d30ce1c3c0e941efeb41ab4f47ddcb55c6a5c0 (diff)
Rename program -> schedule
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))