mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Announcer integer limits & Country flags display (#1277)
This commit is contained in:
parent
a3e3aee8df
commit
0a190bf98a
280 changed files with 11051 additions and 8 deletions
|
@ -63,6 +63,7 @@ function dummy_exit($interval = 1800, $cache_dict = [])
|
|||
$output = [
|
||||
'interval' => (int)$interval,
|
||||
'peers' => (string)DUMMY_PEER,
|
||||
'external ip' => inet_pton($_SERVER['REMOTE_ADDR']),
|
||||
];
|
||||
|
||||
if (!empty($cache_dict)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue