mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
@@ -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)
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user