mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-03-01 15:21:02 +03:00
11 lines
354 B
PHP
11 lines
354 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.me
|
||
|
// add this line: $announce_urls[] = 'http://demo.torrentpier.me/bt/announce.php';
|
||
|
|
||
|
// $announce_urls[] = 'http://demo.torrentpier.me/bt/announce.php';
|