This commit is contained in:
2020-11-17 18:46:41 +08:00
parent 7a6ca96ac3
commit d7f3d4d65f
2 changed files with 104 additions and 106 deletions
-1
View File
@@ -747,7 +747,6 @@ abstract class ClientAbstracts extends Component implements IClient
private function defaultString($string)
{
$host = $this->getHost();
$host .= ':' . $this->getPort();
if ($string == '/') {
$string = '';
} else if (strpos($string, '/') !== 0) {