Files
nexusphp/include/bittorrent_announce.php

8 lines
256 B
PHP
Raw Normal View History

2020-12-26 01:42:23 +08:00
<?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');
?>