caolongle 3 年 前
コミット
b672293296
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      public/index.php

+ 1 - 1
public/index.php

@@ -15,7 +15,7 @@ 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
-
18
+echo phpinfo();exit;
19
 $response = $http->run();
19
 $response = $http->run();
20
 
20
 
21
 $response->send();
21
 $response->send();