From f48084e1d68429235a5655a92b463cc5099be646 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 31 Mar 2015 17:20:10 +0200 Subject: Rename program -> schedule --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') 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)) -- cgit v1.2.3