rt3x.de
/
gitolite
/
ip.malte70.de.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
3a7995b
7c09eb1
)
Merge branch 'main' of git.rt3x.de:ip.malte70.de
author
Malte Bublitz
<malte@rolltreppe3.de>
Wed, 24 Jan 2024 17:35:38 +0000
(18:35 +0100)
committer
Malte Bublitz
<malte@rolltreppe3.de>
Wed, 24 Jan 2024 17:35:38 +0000
(18:35 +0100)
1
2
clientinfo.class.php
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
clientinfo.class.php
index 21edf2bdebff21124599572198e8338f40ddc4ed,81fc303ee43f9f3294e85ab12b23fbcfd1398b23..5fd4a767686a9375137a74a110f14bf0de79e6fa
---
1
/
clientinfo.class.php
---
2
/
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,