Files
nexusphp/include/bittorrent_announce.php
xiaomlove a3ba82be64 init
2020-12-26 01:42:23 +08:00

8 lines
256 B
PHP

<?php
# IMPORTANT: Do not edit below unless you know what you are doing!
define('IN_TRACKER', true);
$rootpath=realpath(dirname(__FILE__) . '/..')."/";
include($rootpath . 'include/core.php');
include_once($rootpath . 'include/functions_announce.php');
?>