Files
nexusphp/include/bittorrent.php
2021-05-15 19:29:44 +08:00

10 lines
323 B
PHP

<?php
define('NEXUS_START', microtime(true));
define('IN_NEXUS', true);
$rootpath = dirname(__DIR__) . '/';
set_include_path(get_include_path() . PATH_SEPARATOR . $rootpath);
require $rootpath . 'include/core.php';
require $rootpath . 'classes/class_advertisement.php';
require $rootpath . 'classes/class_attendance.php';