no message
This commit is contained in:
parent
4737960d22
commit
83e1517c93
@ -47,7 +47,9 @@ final class VisitorCount
|
|||||||
$host = substr($host, 4); // 去掉 'www.'
|
$host = substr($host, 4); // 去掉 'www.'
|
||||||
}
|
}
|
||||||
|
|
||||||
return $host;
|
$path = isset($parsedUrl['path']) ? $parsedUrl['path'] : '';
|
||||||
|
|
||||||
|
return $host . $path;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user