diff --git a/favicon.ico b/favicon.ico index 6253cc0b..4ee44a5c 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/index.php b/index.php index 493535ce..59120c0e 100644 --- a/index.php +++ b/index.php @@ -7,6 +7,12 @@ header("Location: /$lang"); exit(); } + +if ($lang === "ru-RU") { + header("Location: https://tginfo.me/limity/"); + exit(); +} + $structure = json_decode(file_get_contents(__DIR__ . "/data/structure.json"), true); $data = json_decode(file_get_contents(__DIR__ . "/localization/$lang/data.json"), true);