mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-25 23:55:32 -07:00
Create MultiTracker.php
This commit is contained in:
parent
e2811ea919
commit
2cb2bd9f68
1 changed files with 19 additions and 0 deletions
19
src/MultiTracker.php
Normal file
19
src/MultiTracker.php
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* TorrentPier – Bull-powered BitTorrent tracker engine
|
||||||
|
*
|
||||||
|
* @copyright Copyright (c) 2005-2024 TorrentPier (https://torrentpier.com)
|
||||||
|
* @link https://github.com/torrentpier/torrentpier for the canonical source repository
|
||||||
|
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace TorrentPier;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class MultiTracker
|
||||||
|
* @package TorrentPier
|
||||||
|
*/
|
||||||
|
class MultiTracker
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue