mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-03-01 15:21:02 +03:00
12 lines
593 B
PHP
12 lines
593 B
PHP
<?php
|
|
|
|
if (!defined('BB_ROOT')) die(basename(__FILE__));
|
|
|
|
$announce_urls = array();
|
|
|
|
// Здесь вы можете указать дополнительные разрешенные URL-адреса анонсеров которые будут добавляться автоматически в ваши раздачи
|
|
// Например, если вы хотите добавить http://demo.torrentpier.com
|
|
// добавьте эту строку: $announce_urls[] = 'http://demo.torrentpier.com/bt/announce.php';
|
|
|
|
// $announce_urls[] = 'http://demo.torrentpier.com/bt/announce.php';
|