mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Feature to ban specific torrent clients (#1175)
* Feature to ban specific torrent clients * Code re-formatting for announce.php --------- Co-authored-by: Roman Kelesidis <roman25052006.kelesh@gmail.com>
This commit is contained in:
parent
bef521ee38
commit
3f0ce54877
5 changed files with 35 additions and 13 deletions
|
@ -69,7 +69,6 @@ function dummy_exit($interval = 1800, $cache_dict = [])
|
|||
$output['complete'] = $cache_dict['complete'];
|
||||
$output['incomplete'] = $cache_dict['incomplete'];
|
||||
$output['downloaded'] = $cache_dict['downloaded'];
|
||||
$output['warning message'] = 'Next statistics update in: ' . (floor($interval / 60) % 60) . ' minutes';
|
||||
}
|
||||
|
||||
if (isset($cache_dict['peers'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue