diff options
author | Florian Larysch | 2015-09-02 16:01:42 +0200 |
---|---|---|
committer | Florian Larysch | 2015-09-02 16:01:42 +0200 |
commit | 2e9c619615c73824d726984c494901efea7fff88 (patch) | |
tree | f38526f6f53134612b294dcb5642e79ac71d9d62 /index.php | |
parent | e3fadc15c094902e432197e62a5d7b84363efd1d (diff) |
rename "not started yet"-page to fit conventions
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ try { else if(!$conference->hasBegun()) { - require('view/not_started.php'); + require('view/not-started.php'); } else if($conference->hasEnded()) |