aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index bcdaf57..e766f54 100644
--- a/index.php
+++ b/index.php
@@ -67,7 +67,7 @@ try {
else if(!$conference->hasBegun())
{
- require('view/not_started.php');
+ require('view/not-started.php');
}
else if($conference->hasEnded())