Browse Source

测试推送3

caolongle 3 years ago
parent
commit
755c30409b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      public/index.php

+ 0 - 2
public/index.php

@@ -15,8 +15,6 @@ namespace think;
15
 require __DIR__ . '/../vendor/autoload.php';
15
 require __DIR__ . '/../vendor/autoload.php';
16
 // 执行HTTP应用并响应
16
 // 执行HTTP应用并响应
17
 $http = (new App())->http;
17
 $http = (new App())->http;
18
-echo '111'.PHP_EOL;
19
-echo phpinfo();exit;
20
 $response = $http->run();
18
 $response = $http->run();
21
 
19
 
22
 $response->send();
20
 $response->send();