songxingwei hace 3 años
padre
commit
43cf3f98b5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      index.php

+ 0 - 1
index.php

@@ -38,7 +38,6 @@ if(in_array($query_string, $array))
 require __DIR__ . '/vendor/autoload.php';
 
 
-
 // 执行HTTP应用并响应
 $http = (new App())->http;
 $response = $http->run();