Files
nexusphp/include/bittorrent_announce.php

8 lines
202 B
PHP
Raw Normal View History

2020-12-26 01:42:23 +08:00
<?php
define('NEXUS_START', microtime(true));
2021-05-15 19:29:44 +08:00
define('IN_NEXUS', true);
2021-01-13 19:32:26 +08:00
$rootpath= dirname(__DIR__) . '/';
2021-01-04 14:21:15 +08:00
require $rootpath . 'include/core.php';
2021-05-15 19:29:44 +08:00
require $rootpath . 'include/functions_announce.php';