aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMaZderMind2015-04-04 12:31:20 +0200
committerMaZderMind2015-04-04 12:31:20 +0200
commitb8f51fa77f3ebb19ee7d54ef10e655176ae249c2 (patch)
treeca5341e636803ecb6ce9575a255d03a1f06ce22a /index.php
parentcee3889ef56129a23e4971afaaf49a35fe30413d (diff)
parent084098645828740a5f96a011eb3bd1d69c5a9e6e (diff)
Merge branch 'multiview'
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.php b/index.php
index 0e5117f..c1a4438 100644
--- a/index.php
+++ b/index.php
@@ -50,6 +50,11 @@ try {
require('view/schedule-json.php');
}
+ else if(preg_match('@^multiview$@', $route, $m))
+ {
+ require('view/multiview.php');
+ }
+
else if(preg_match('@^feedback$@', $route, $m))
{
require('view/feedback.php');