start文件调整

This commit is contained in:
thinkphp
2016-06-15 15:57:12 +08:00
parent 3ed5a5db3f
commit 343252324a

View File

@@ -64,8 +64,5 @@ if (isset($mode['tags'])) {
// 是否自动运行
if (APP_AUTO_RUN) {
$response = App::run();
if($response instanceof Response){
$response->send();
}
App::run()->send();
}