diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-27 17:20:20 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-27 17:20:20 +0200 |
commit | c3757b80ebe76ab3807933901cda0e9b7a405690 (patch) | |
tree | dacec48f5f138618561e02dcf50764bcc2556506 /application/config/user_agents.php | |
parent | b183ece10dcde599c04af412f0f5c1c776ed29d8 (diff) | |
parent | 95b7994a298a7c57118c59e03a1aa43bd804bce4 (diff) |
Merge pull request #321 from Symvaro/develop
add Android user agent
Diffstat (limited to 'application/config/user_agents.php')
-rw-r--r-- | application/config/user_agents.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index e2d3c3af0..4746f2fcd 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -126,6 +126,7 @@ $mobiles = array( 'sendo' => "Sendo", // Operating Systems + 'android' => "Android", 'symbian' => "Symbian", 'SymbianOS' => "SymbianOS", 'elaine' => "Palm", |