mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
finish support with otane
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
<?php
|
||||
defined('LARAVEL_START') || define('LARAVEL_START', microtime(true));
|
||||
defined('NEXUS_START') || define('NEXUS_START', LARAVEL_START);
|
||||
defined('IN_NEXUS') || define('IN_NEXUS', false);
|
||||
require dirname(__DIR__) . '/include/constants.php';
|
||||
require dirname(__DIR__) . '/include/globalfunctions.php';
|
||||
require dirname(__DIR__) . '/include/functions.php';
|
||||
if (!RUNNING_IN_OCTANE) {
|
||||
\Nexus\Nexus::boot();
|
||||
}
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Create The Application
|
||||
|
||||
Reference in New Issue
Block a user