1
0

Fixed Filesystem Uppercase (for *-nix systems)

This commit is contained in:
2014-09-29 17:00:22 +02:00
parent 58eb50f0ad
commit da7583392c
11 changed files with 504 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ return ArrayX::merge(
'blog/<id>' => 'blogPost/view/id/<id>',
'blog/<id>/<name>' => 'blogPost/view/id/<id>',
'eulerProblem/' => 'eulerProblem/index',
'eulerproblem/' => 'eulerproblem/index',
'Highscores/list.php' => 'Highscores/list', // Compatibility
'Highscores/insert.php' => 'Highscores/insert', // Compatibility