Merge branch 'main' of git.rt3x.de:ip.malte70.de
authorMalte Bublitz <malte@rolltreppe3.de>
Wed, 24 Jan 2024 17:35:38 +0000 (18:35 +0100)
committerMalte Bublitz <malte@rolltreppe3.de>
Wed, 24 Jan 2024 17:35:38 +0000 (18:35 +0100)
1  2 
clientinfo.class.php

index 21edf2bdebff21124599572198e8338f40ddc4ed,81fc303ee43f9f3294e85ab12b23fbcfd1398b23..5fd4a767686a9375137a74a110f14bf0de79e6fa
@@@ -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,