mirror of
https://github.com/torrentpier/torrentpier.git
synced 2024-12-03 02:40:16 -08:00
fad09cf0eb
* Updated copyright year * Updated
11 lines
369 B
PHP
11 lines
369 B
PHP
<?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
|
||
*/
|
||
|
||
require __DIR__ . '/announce.php';
|