I will murder semicolons some day....
This commit is contained in:
parent
28f35953f2
commit
65df314605
@ -48,7 +48,7 @@
|
|||||||
#Check if Language folder exists
|
#Check if Language folder exists
|
||||||
if(file_exists('roles/'.$language.'/')) {
|
if(file_exists('roles/'.$language.'/')) {
|
||||||
$files = glob("roles/'.$language.'/*.php");
|
$files = glob("roles/'.$language.'/*.php");
|
||||||
echo `Sprache gefunden!!!`
|
echo `Sprache gefunden!!!`;
|
||||||
} else {
|
} else {
|
||||||
$language = $defaultlanguage;
|
$language = $defaultlanguage;
|
||||||
$files = glob("roles/'.$language.'/*.php");
|
$files = glob("roles/'.$language.'/*.php");
|
||||||
|
Loading…
Reference in New Issue
Block a user