no message

This commit is contained in:
hellcat 2025-03-28 21:12:12 +08:00
parent 4737960d22
commit 83e1517c93

View File

@ -47,7 +47,9 @@ final class VisitorCount
$host = substr($host, 4); // 去掉 'www.'
}
return $host;
$path = isset($parsedUrl['path']) ? $parsedUrl['path'] : '';
return $host . $path;
}