mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add composer
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
define('NEXUS_START', microtime(true));
|
||||
# IMPORTANT: Do not edit below unless you know what you are doing!
|
||||
define('IN_TRACKER', true);
|
||||
$rootpath=realpath(dirname(__FILE__) . '/..')."/";
|
||||
$rootpath= dirname(__DIR__) . '/';
|
||||
|
||||
require $rootpath . 'include/functions_announce.php';
|
||||
require $rootpath . 'include/globalfunctions.php';
|
||||
|
||||
Reference in New Issue
Block a user