Skip to content

Commit f766b08

Browse files
authored
Disable ru redirect
1 parent a8ef4a1 commit f766b08

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

index.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
exit();
99
}
1010

11-
if ($lang === "ru-RU") {
12-
header("Location: https://tginfo.me/limity/");
13-
exit();
14-
}
15-
1611
$data_file_path = __DIR__ . "/localization/$lang/data.json";
1712

1813
$structure = json_decode(file_get_contents(__DIR__ . "/data/structure.json"), true);
@@ -292,4 +287,4 @@ function gtag() {
292287
</script>
293288
</body>
294289

295-
</html>
290+
</html>

0 commit comments

Comments
 (0)