mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
remove tracker web-path as uri segment reserved for pk and may be not supported by some client software
This commit is contained in:
parent
9232a4bf74
commit
7b1fdc9018
3 changed files with 3 additions and 3 deletions
|
|
@ -86,8 +86,8 @@ define('TRACKER_LINKS', (object)
|
|||
[
|
||||
'Tracker 1' => (object)
|
||||
[
|
||||
'announce' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/announce',
|
||||
'stats' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/stats',
|
||||
'announce' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/announce',
|
||||
'stats' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/stats',
|
||||
],
|
||||
'Tracker 2' => (object)
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue