mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
[更新]修改入口think目录计算兼容
This commit is contained in:
parent
c4636fd9c2
commit
4a9ba108a9
@ -17,7 +17,7 @@ namespace think;
|
|||||||
// 加载基础文件
|
// 加载基础文件
|
||||||
require __DIR__ . '/thinkphp/base.php';
|
require __DIR__ . '/thinkphp/base.php';
|
||||||
|
|
||||||
// 生成think文件检查,防止TP目录计算异常
|
// think文件检查,防止TP目录计算异常
|
||||||
file_exists('think') || touch('think');
|
file_exists('think') || touch('think');
|
||||||
|
|
||||||
// 执行应用并响应
|
// 执行应用并响应
|
||||||
|
Loading…
x
Reference in New Issue
Block a user