mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
remove composer autoload files
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<?php
|
||||
define('NEXUS_START', microtime(true));
|
||||
define('IN_NEXUS', true);
|
||||
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/globalfunctions.php';
|
||||
require_once $rootpath . 'include/functions_announce.php';
|
||||
require $rootpath . 'include/core.php';
|
||||
require $rootpath . 'include/functions_announce.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user