vali hace 6 años
padre
commit
ff8dcdab9b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      datainf/logic/HttpServerSettelement.php

+ 1 - 1
datainf/logic/HttpServerSettelement.php

@@ -94,7 +94,7 @@ class HttpServerSettelement
         $this->httpserver->account->add();
 
         echo "现在任务数:" . $this->httpserver->taskWorkingNum->get() . "\n";
-        echo '请求参数:' . $request_uri . ' - ' . print_r($paras, true) . "\n";
+        echo '请求参数:' . $request_uri . ' - ' . print_r($paras, true) . "\n";
 
 
         if (!in_array($request_uri, $urls)) {