删除掉调试时的输出语句
This commit is contained in:
parent
eb27843928
commit
2f482e2932
1
Dns.php
1
Dns.php
@ -463,7 +463,6 @@ switch($type){
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
$query=substr($data,24,$startbyte-16);
|
$query=substr($data,24,$startbyte-16);
|
||||||
echo $query."\n";
|
|
||||||
|
|
||||||
|
|
||||||
$returndata= json_encode(array('type' => $type, 'name' => "$realname", 'id'=>"$id", 'query'=>"$query"));
|
$returndata= json_encode(array('type' => $type, 'name' => "$realname", 'id'=>"$id", 'query'=>"$query"));
|
||||||
|
1
vendor/workerman/workerman/Protocols/Dns.php
vendored
1
vendor/workerman/workerman/Protocols/Dns.php
vendored
@ -463,7 +463,6 @@ switch($type){
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
$query=substr($data,24,$startbyte-16);
|
$query=substr($data,24,$startbyte-16);
|
||||||
echo $query."\n";
|
|
||||||
|
|
||||||
|
|
||||||
$returndata= json_encode(array('type' => $type, 'name' => "$realname", 'id'=>"$id", 'query'=>"$query"));
|
$returndata= json_encode(array('type' => $type, 'name' => "$realname", 'id'=>"$id", 'query'=>"$query"));
|
||||||
|
Loading…
Reference in New Issue
Block a user