Selaa lähdekoodia

测试推送6

caolongle 3 vuotta sitten
vanhempi
commit
092a3bf6ce
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      public/index.php

+ 0 - 1
public/index.php

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