aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
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))