Second implementation with matrix_synapse_rest_auth #2

Merged
krombel merged 51 commits from second_implementation into master 2018-03-19 13:57:16 +01:00
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");
?>