mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 02:15:36 +08:00
7 lines
159 B
PHP
7 lines
159 B
PHP
<?php
|
|
define('ROOT_DIR',realpath(dirname(__FILE__)));
|
|
|
|
require_once ROOT_DIR.'/vendor/autoload.php';
|
|
|
|
require(ROOT_DIR.'/app/base/kernel.php');
|
|
kernel::boot(); |