diff options
author | Adriano Rosa <adrianorosa@sapo.pt> | 2014-05-08 03:37:03 +0200 |
---|---|---|
committer | Adriano Rosa <adrianorosa@sapo.pt> | 2014-05-08 03:37:03 +0200 |
commit | 1799cbf7693af52cbf5b23cb2ff0627012a157af (patch) | |
tree | 7684e105e682a87b59e2c92bb7131698d4d51826 | |
parent | 51593f49cda71bdf8400ba6555a9e1598ff21c7c (diff) |
Added support to Symbian OS platforms to recognize Nokia devices
-rw-r--r-- | application/config/user_agents.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 69b91fff5..3f7c04162 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -76,7 +76,8 @@ $platforms = array( 'bsdi' => 'BSDi', 'openbsd' => 'OpenBSD', 'gnu' => 'GNU/Linux', - 'unix' => 'Unknown Unix OS' + 'unix' => 'Unknown Unix OS', + 'symbian' => 'Symbian OS' ); |