mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update torrent_announce_urls.php
This commit is contained in:
parent
4b4cdea802
commit
2554020745
@ -4,8 +4,10 @@ if (!defined('BB_ROOT')) die(basename(__FILE__));
|
|||||||
|
|
||||||
$announce_urls = array();
|
$announce_urls = array();
|
||||||
|
|
||||||
// Здесь вы можете указать дополнительные разрешенные URL-адреса анонсеров которые будут добавляться автоматически в ваши раздачи
|
// Здесь вы можете указать дополнительные разрешенные URL-адреса анонсеров
|
||||||
// Например, если вы хотите добавить http://demo.torrentpier.com
|
// Например, если вы хотите добавить анонсер http://demo.torrentpier.com
|
||||||
// добавьте эту строку: $announce_urls[] = 'http://demo.torrentpier.com/bt/announce.php';
|
// добавьте эту строку: $announce_urls[] = 'http://demo.torrentpier.com/bt/announce.php';
|
||||||
|
//
|
||||||
|
// Важно, добавляйте URL-адреса без GET параметров в конце
|
||||||
|
|
||||||
// $announce_urls[] = 'http://demo.torrentpier.com/bt/announce.php';
|
// $announce_urls[] = 'http://demo.torrentpier.com/bt/announce.php';
|
||||||
|
Loading…
Reference in New Issue
Block a user