Explorar o código

测试推送5

caolongle %!s(int64=3) %!d(string=hai) anos
pai
achega
65c9c4c6d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/index.php

+ 1 - 1
public/index.php

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