aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMaZderMind2015-04-05 19:05:33 +0200
committerMaZderMind2015-04-05 19:05:33 +0200
commitc28560754e2e4f7bb79f32c97edbe36dbaed6d54 (patch)
tree30d999029ad2cad0bfd430f7501aba756d42a168 /index.php
parent02fb25f64021afde4f48699b54168b6816d8cb1e (diff)
Streams-JSON v1
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 cae238c..673183c 100644
--- a/index.php
+++ b/index.php
@@ -49,6 +49,11 @@ try {
require('view/schedule-json.php');
}
+ else if($route == 'streams/v1.json')
+ {
+ require('view/streams-json-v1.php');
+ }
+
else if($conference->isClosed())
{
require('view/closed.php');