2020-12-26 01:42:23 +08:00
|
|
|
<?php
|
2022-03-18 19:59:27 +08:00
|
|
|
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-19 14:55:43 +08:00
|
|
|
require_once $rootpath . 'include/constants.php';
|
2022-03-18 19:59:27 +08:00
|
|
|
require_once $rootpath . 'include/globalfunctions.php';
|
|
|
|
|
require_once $rootpath . 'include/functions_announce.php';
|
2023-03-15 01:11:36 +08:00
|
|
|
require_once $rootpath . 'include/functions.php';
|
2022-03-19 19:51:23 +08:00
|
|
|
require_once $rootpath . 'vendor/autoload.php';
|
2022-03-20 22:14:00 +08:00
|
|
|
\Nexus\Nexus::boot();
|
2022-03-19 14:55:43 +08:00
|
|
|
|