mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-31 07:37:13 +00:00
@@ -20,7 +20,7 @@ $database->reload('admin.php?page=1');
|
|||||||
<td>
|
<td>
|
||||||
<select class="dropdown" name="LANG"">
|
<select class="dropdown" name="LANG"">
|
||||||
<?php
|
<?php
|
||||||
$handle=opendir('GameEngine/lang');
|
$handle=opendir('GameEngine/Lang');
|
||||||
while (false!==($file = readdir($handle)))
|
while (false!==($file = readdir($handle)))
|
||||||
{
|
{
|
||||||
if (similar_text(".",$file)<1)
|
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
|
// 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 {
|
class Technology {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user