fix compilation errors; add public folder

This commit is contained in:
2018-02-11 21:29:24 +01:00
parent bd06342ccf
commit b8f8fc1f69
5 changed files with 45 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
<?php
$lang = "en";
$lang = "de";
if(isset($_GET['lang'])){
$lang = $_GET['lang'];
}