From: Malte Bublitz Date: Wed, 24 Jan 2024 17:35:38 +0000 (+0100) Subject: Merge branch 'main' of git.rt3x.de:ip.malte70.de X-Git-Url: https://git.rt3x.de/?a=commitdiff_plain;h=bb3e97d05e8f0eb8d003bf6486fbb980b56e2bf5;p=ip.malte70.de.git Merge branch 'main' of git.rt3x.de:ip.malte70.de --- bb3e97d05e8f0eb8d003bf6486fbb980b56e2bf5 diff --cc clientinfo.class.php index 21edf2b,81fc303..5fd4a76 --- a/clientinfo.class.php +++ b/clientinfo.class.php @@@ -489,10 -489,10 +489,10 @@@ class ClientInfo ) ); - $this->OS .= " " . implode($version, "."); + $this->OS .= " " . implode(".", $version); } elseif (stripos($ua, "Macintosh") !== false) { - $this->OS = "Apple OS X"; + $this->OS = "macOS"; $pos_version_start = stripos( $ua,