mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r39
по-умолчанию php-анонсер git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@39 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
df54ad3fd9
commit
5e5e1c44c2
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ foreach ($bb_cfg['datastore']['mc']['srv_all'] as $ds_srv)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tracker
|
// Tracker
|
||||||
$bb_cfg['announce_type'] = 'xbt'; // Тип анонсера, xbt или php
|
$bb_cfg['announce_type'] = 'php'; // Тип анонсера, xbt или php
|
||||||
$bb_cfg['announce_interval'] = 2400; // Announce interval (default: 1800)
|
$bb_cfg['announce_interval'] = 2400; // Announce interval (default: 1800)
|
||||||
$bb_cfg['passkey_key'] = 'uk'; // Passkey key name in GET request
|
$bb_cfg['passkey_key'] = 'uk'; // Passkey key name in GET request
|
||||||
$bb_cfg['ignore_reported_ip'] = false; // Ignore IP reported by client
|
$bb_cfg['ignore_reported_ip'] = false; // Ignore IP reported by client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue