First implementation #1

Closed
krombel wants to merge 22 commits from first_implementation into master
2 changed files with 1 additions and 1 deletions
Showing only changes of commit b56798dc35 - Show all commits

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");
?>