torrentpier-lts/library/includes/torrent_announce_urls.php

11 lines
354 B
PHP
Raw Normal View History

<?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';