vali 6 éve
szülő
commit
5c28f69c54
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      datainf/logic/HttpServerSettelement.php

+ 2 - 2
datainf/logic/HttpServerSettelement.php

@@ -93,8 +93,8 @@ class HttpServerSettelement
 
         $this->httpserver->account->add();
 
-        //echo "现在任务数:" . $this->httpserver->taskWorkingNum->get() . "\n";
-        //echo '请求参数是:' . $request_uri . ' - ' . print_r($paras, true) . "\n";
+        echo "现在任务数:" . $this->httpserver->taskWorkingNum->get() . "\n";
+        echo '请求参数是:' . $request_uri . ' - ' . print_r($paras, true) . "\n";
 
         if (!in_array($request_uri, $urls)) {
             $data = Response::generate('', 0, '', '无效的url');