From ca134c64e619ffa2af0739ece8e8636b4fcbe13b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 23 Dec 2015 11:46:57 +0100 Subject: Revert "expose per-conference not-started route, which allways shows the not-started view" This reverts commit 8a99831fd1ef44c5de0d689d6796a67ebfbd42bf. --- index.php | 5 ----- 1 file changed, 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)) -- cgit v1.2.3