hopefully complete operationMode=synapse

This commit is contained in:
2018-04-16 15:06:44 +02:00
parent 6d19d869c8
commit 53ccd1c2b3
3 changed files with 24 additions and 3 deletions

View File

@@ -28,4 +28,4 @@ if (!file_exists($lang_file)) {
$lang_file = dirname(__FILE__) . "/lang/lang." . $lang . ".php";
require_once($lang_file);
unset($lang_file);
?>
?>