mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
temporarily disable btmh #2
This commit is contained in:
parent
c50e3a777b
commit
c6edc793ee
1 changed files with 2 additions and 1 deletions
|
|
@ -447,7 +447,8 @@ switch (isset($_GET['target']) ? urldecode($_GET['target']) : false)
|
||||||
|
|
||||||
case 2:
|
case 2:
|
||||||
|
|
||||||
$xt[] = sprintf('xt=urn:btmh:%s', $infoHash->value);
|
// @TODO temporarily disabled because of address too long error in some clients
|
||||||
|
// $xt[] = sprintf('xt=urn:btmh:%s', $infoHash->value);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue