From 2e9c619615c73824d726984c494901efea7fff88 Mon Sep 17 00:00:00 2001 From: Florian Larysch Date: Wed, 2 Sep 2015 16:01:42 +0200 Subject: rename "not started yet"-page to fit conventions --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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()) -- cgit v1.2.3