Files
nexusphp/include/bittorrent_announce.php

9 lines
321 B
PHP
Raw Normal View History

2020-12-26 01:42:23 +08:00
<?php
define('NEXUS_START', microtime(true));
2020-12-26 01:42:23 +08:00
# IMPORTANT: Do not edit below unless you know what you are doing!
define('IN_TRACKER', true);
2021-01-13 19:32:26 +08:00
$rootpath= dirname(__DIR__) . '/';
require $rootpath . 'include/functions_announce.php';
2021-01-04 14:21:15 +08:00
require $rootpath . 'include/globalfunctions.php';
require $rootpath . 'include/core.php';