mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
12 lines
424 B
PHP
12 lines
424 B
PHP
<?php
|
|
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_once $rootpath . 'vendor/autoload.php';
|
|
|
|
|