summaryrefslogtreecommitdiff
path: root/includes/util/language.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/util/language.inc')
-rw-r--r--includes/util/language.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/util/language.inc b/includes/util/language.inc
new file mode 100644
index 0000000..e24255f
--- /dev/null
+++ b/includes/util/language.inc
@@ -0,0 +1,3 @@
+<?php
+
+$lang = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/i18n/en.json"), true); \ No newline at end of file