mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-29 10:29:27 +08:00
后台管理入口文件根目录顺序定义调整
This commit is contained in:
parent
240a201bf1
commit
c03c337f8a
@ -12,15 +12,15 @@
|
||||
// [ 后台入口文件 ]
|
||||
namespace think;
|
||||
|
||||
// 根目录入口
|
||||
define('IS_ROOT_ACCESS', true);
|
||||
|
||||
// 引入公共入口文件
|
||||
require __DIR__.'/public/core.php';
|
||||
|
||||
// 加载基础文件
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
// 根目录入口
|
||||
define('IS_ROOT_ACCESS', true);
|
||||
|
||||
// 执行HTTP应用并响应
|
||||
$http = (new App())->http;
|
||||
$response = $http->name('admin')->run();
|
||||
|
Loading…
Reference in New Issue
Block a user