Files
nexusphp/include/bittorrent_announce.php

10 lines
365 B
PHP
Raw Normal View History

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