aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMaZderMind2015-12-23 11:17:59 +0100
committerMaZderMind2015-12-23 11:17:59 +0100
commit8a99831fd1ef44c5de0d689d6796a67ebfbd42bf (patch)
tree2175b8a0f3377fea1aeb4fb90c9da5f05217b037 /index.php
parent44ed963ca873fb7cda35e56ff6b11887c257ad1b (diff)
expose per-conference not-started route, which allways shows the not-started view
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 d044cfe..f16d5a5 100644
--- a/index.php
+++ b/index.php
@@ -153,6 +153,11 @@ try {
require('view/schedule-json.php');
}
+ else if($route == 'not-started')
+ {
+ require('view/not-started.php');
+ }
+
else if($route == 'gen/main.css')
{
if(Conferences::hasCustomStyles($mandator))