diff options
author | MaZderMind | 2015-12-23 11:46:57 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-23 11:46:57 +0100 |
commit | ca134c64e619ffa2af0739ece8e8636b4fcbe13b (patch) | |
tree | 1dc67a4e128437b4620bc0faa8e7d02b5863d27f /index.php | |
parent | 8a99831fd1ef44c5de0d689d6796a67ebfbd42bf (diff) |
Revert "expose per-conference not-started route, which allways shows the not-started view"
This reverts commit 8a99831fd1ef44c5de0d689d6796a67ebfbd42bf.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -153,11 +153,6 @@ 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)) |