Explorar el Código

测试推送3

caolongle hace 3 años
padre
commit
755c30409b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      public/index.php

+ 0 - 2
public/index.php

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