aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMaZderMind2015-12-23 11:46:57 +0100
committerMaZderMind2015-12-23 11:46:57 +0100
commitca134c64e619ffa2af0739ece8e8636b4fcbe13b (patch)
tree1dc67a4e128437b4620bc0faa8e7d02b5863d27f /index.php
parent8a99831fd1ef44c5de0d689d6796a67ebfbd42bf (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.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/index.php b/index.php
index f16d5a5..d044cfe 100644
--- a/index.php
+++ b/index.php
@@ -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))