mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
define constant fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
define('NEXUS_START', LARAVEL_START);
|
||||
define('IN_NEXUS', false);
|
||||
defined('NEXUS_START') || define('NEXUS_START', LARAVEL_START);
|
||||
defined('IN_NEXUS') || define('IN_NEXUS', false);
|
||||
require dirname(__DIR__) . '/include/constants.php';
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user