diff options
author | RaindropsSys <contact@minteck.org> | 2023-03-12 19:16:53 +0100 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-03-12 19:16:53 +0100 |
commit | eb89b15c0f044673c1206a418a21d0baba1a675e (patch) | |
tree | 39ac31a576d8b8392cbd9baf8d67621bf2cefa86 /includes/language.inc | |
parent | 5385f0ed8fbb4325203a222a75e6700ffb519349 (diff) | |
download | pluralconnect-eb89b15c0f044673c1206a418a21d0baba1a675e.tar.gz pluralconnect-eb89b15c0f044673c1206a418a21d0baba1a675e.tar.bz2 pluralconnect-eb89b15c0f044673c1206a418a21d0baba1a675e.zip |
Updated 104 files, added 3 files, deleted 4 files and renamed 36 files (automated)
Diffstat (limited to 'includes/language.inc')
-rw-r--r-- | includes/language.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/includes/language.inc b/includes/language.inc deleted file mode 100644 index 424af3b..0000000 --- a/includes/language.inc +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -$default = "en"; - -$lf = $_COOKIE['PEH2_LANGUAGE'] ?? $default; - -if (str_contains("/", $lf)) $lf = "en"; -if (!file_exists($_SERVER['DOCUMENT_ROOT'] . "/includes/i18n/" . $lf . ".json")) $lf = "en"; - -$lang = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/i18n/" . $lf . ".json"), true);
\ No newline at end of file |