mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Small tracker improvements (#1043)
This commit is contained in:
parent
d1611c7d8a
commit
eb3ac19f0c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ function dummy_exit($interval = 1800, $cache_dict = [])
|
|||
$output['warning message'] = 'Next statistics update in: ' . (floor($interval / 60) % 60) . ' minutes';
|
||||
}
|
||||
|
||||
if (isset($cache_dict['peers6'])) {
|
||||
if (isset($cache_dict['peers'])) {
|
||||
$output['peers'] = $cache_dict['peers'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue