fix: Lang folder letter case correction

#346
This commit is contained in:
Martin Ambrus
2017-11-13 12:00:34 +01:00
parent a4c05092b2
commit 05d3b676a2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ $database->reload('admin.php?page=1');
<td>
<select class="dropdown" name="LANG"">
<?php
$handle=opendir('GameEngine/lang');
$handle=opendir('GameEngine/Lang');
while (false!==($file = readdir($handle)))
{
if (similar_text(".",$file)<1)
+1 -1
View File
@@ -30,7 +30,7 @@ if (!$autoloader_found) {
}
// this is needed for installation, since the lang file would not be included yet
include_once($autoprefix."GameEngine/lang/en.php");
include_once($autoprefix."GameEngine/Lang/en.php");
class Technology {