diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-07-16 05:51:09 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-07-16 05:51:09 +0200 |
commit | c72c6757b662af25954c2c38c6aa9641dc5d67c0 (patch) | |
tree | 2eb9e038e27a7a1f6b49489551082b86db93f98a /system/application | |
parent | efb5a0d158d778016ffc5d299628282b33c21e89 (diff) |
added 'SymbianOS' to mobile user agents
Diffstat (limited to 'system/application')
-rw-r--r-- | system/application/config/user_agents.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/application/config/user_agents.php b/system/application/config/user_agents.php index bc25ce998..a63aa4995 100644 --- a/system/application/config/user_agents.php +++ b/system/application/config/user_agents.php @@ -124,6 +124,7 @@ $mobiles = array( // Operating Systems
'symbian' => "Symbian",
+ 'SymbianOS' => "SymbianOS",
'elaine' => "Palm",
'palm' => "Palm",
'series60' => "Symbian S60",
|