Kaynağa Gözat

测试推送2

caolongle 3 yıl önce
ebeveyn
işleme
23da16a618
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      public/index.php

+ 1 - 0
public/index.php

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