[更新]Tp目录兼容性增强

This commit is contained in:
Anyon 2018-05-08 17:44:06 +08:00
parent b0b5832855
commit c4636fd9c2

View File

@ -17,5 +17,8 @@ namespace think;
// 加载基础文件
require __DIR__ . '/thinkphp/base.php';
// 生成think文件检查防止TP目录计算异常
file_exists('think') || touch('think');
// 执行应用并响应
Container::get('app', [__DIR__ . '/application/'])->run()->send();