Skip to content

Commit

Permalink
Redirect Russian
Browse files Browse the repository at this point in the history
  • Loading branch information
Sominemo committed Oct 17, 2024
1 parent be62f31 commit 2ee73ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file modified favicon.ico
Binary file not shown.
6 changes: 6 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 2ee73ae

Please sign in to comment.