move language to lang-directory

This commit is contained in:
2018-02-11 19:47:35 +01:00
parent c1f5f4d451
commit b56798dc35
2 changed files with 1 additions and 1 deletions

View File

@@ -3,5 +3,5 @@ $lang = "en";
if(isset($_GET['lang'])){
$lang = $_GET['lang'];
}
require_once("lang.".$lang.".php");
require_once("lang/lang.".$lang.".php");
?>