Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Detect El Capitan
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Oct 29, 2015
1 parent 829aca0 commit a17b1b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/core/classes/class.AJXP_Utils.php
Expand Up @@ -1532,6 +1532,7 @@ public static function osFromUserAgent($useragent = null) {
'Mac OSX Mountain Lion' => 'mac os x 10.8',
'Mac OSX Mavericks' => 'mac os x 10.9',
'Mac OSX Yosemite' => 'mac os x 10.10',
'Mac OSX El Capitan' => 'mac os x 10.11',
'Mac OS (classic)' => '(mac_powerpc)|(macintosh)',
'QNX' => 'QNX',
'BeOS' => 'beos',
Expand Down

0 comments on commit a17b1b4

Please sign in to comment.