mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
api scrape + medal wearing status
This commit is contained in:
@@ -3,7 +3,8 @@ defined('NEXUS_START') || define('NEXUS_START', microtime(true));
|
||||
defined('IN_NEXUS') || define('IN_NEXUS', true);
|
||||
defined('IN_TRACKER') || define('IN_TRACKER', true);
|
||||
$rootpath= dirname(__DIR__) . '/';
|
||||
require_once $rootpath . 'include/constants.php';
|
||||
require_once $rootpath . 'include/globalfunctions.php';
|
||||
require_once $rootpath . 'include/functions_announce.php';
|
||||
require $rootpath . 'include/core.php';
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user