diff --git a/index.php b/index.php index 83fc734..bb3949e 100644 --- a/index.php +++ b/index.php @@ -55,12 +55,14 @@ echo `Sprache wurde nicht im Dateisystem gefunden...`; } + echo "roles/'.$language.'/*.php"; + #Get all files from the language folder sort($files); - $count = 1; + foreach ($files as $filename) { include $filename;