소스 검색

测试推送

caolongle 3 년 전
부모
커밋
b672293296
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/index.php

+ 1 - 1
public/index.php

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