mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
11 lines
357 B
PHP
11 lines
357 B
PHP
<?php
|
|
|
|
if (!defined('BB_ROOT')) die(basename(__FILE__));
|
|
|
|
$announce_urls = array();
|
|
|
|
// Here you can define additional allowed announce urls
|
|
// For example, if you want to add http://demo.torrentpier.com
|
|
// add this line: $announce_urls[] = 'http://demo.torrentpier.com/bt/announce.php';
|
|
|
|
// $announce_urls[] = 'http://demo.torrentpier.com/bt/announce.php';
|