projects
/
ip.malte70.de.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ca3b9d
)
„Apple OS X“ → „macOS“
author
Malte Bublitz
<malte@rolltreppe3.de>
Fri, 15 Jul 2022 14:42:44 +0000
(16:42 +0200)
committer
Malte Bublitz
<malte@rolltreppe3.de>
Fri, 15 Jul 2022 14:42:44 +0000
(16:42 +0200)
clientinfo.class.php
patch
|
blob
|
history
diff --git
a/clientinfo.class.php
b/clientinfo.class.php
index e751843a762931fc3cc92043dceafcdea1da9d5a..81fc303ee43f9f3294e85ab12b23fbcfd1398b23 100644
(file)
--- a/
clientinfo.class.php
+++ b/
clientinfo.class.php
@@
-492,7
+492,7
@@
class ClientInfo {
$this->OS .= " " . implode($version, ".");
} elseif (stripos($ua, "Macintosh") !== false) {
- $this->OS = "
Apple OS X
";
+ $this->OS = "
macOS
";
$pos_version_start = stripos(
$ua,