|
|
@@ -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)) {
|