[更新]修改入口think目录计算兼容

This commit is contained in:
Anyon 2018-05-08 17:45:11 +08:00
parent c4636fd9c2
commit 4a9ba108a9

View File

@ -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');
// 执行应用并响应 // 执行应用并响应