@@ -13,7 +13,6 @@
namespace think;
require __DIR__ . '/../vendor/autoload.php';
-echo phpinfo();exit;
// 执行HTTP应用并响应
$http = (new App())->http;