diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-05-11 10:55:15 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-05-11 10:55:15 +0200 |
commit | 585cf67a98d8a31f584c13a319310ca7561d572c (patch) | |
tree | 027ad7a7701843e7df03b32ed449c2c93a517086 /application | |
parent | ca7d822f224033196e0e327944a01f319c90f37f (diff) |
Remove a duplicate mobile user agent entry
Diffstat (limited to 'application')
-rw-r--r-- | application/config/user_agents.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 72d74dbc7..76114616b 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -168,7 +168,6 @@ $mobiles = array( 'symbian' => 'Symbian', 'SymbianOS' => 'SymbianOS', 'elaine' => 'Palm', - 'palm' => 'Palm', 'series60' => 'Symbian S60', 'windows ce' => 'Windows CE', |