diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-27 21:37:56 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-27 21:37:56 +0100 |
commit | 6d0356b08fe6b6d1d24c9ab22183397836b9e898 (patch) | |
tree | 8891ec255e36ebb52b69ac09223fdc9f6fa14ff4 /application/config | |
parent | ce9e5968c04d4c07faa7e90a422bba6f2623158a (diff) | |
parent | ab3efbb7a1bf3a70fc7c1aef4cf1007e490d7b2d (diff) |
Merge pull request #690 from Repox/develop
Proposal for an updated mod_rewrite suggestion.
The existing mod_rewrite example in the documentation led to confusion with new users about how to include CSS, JS and image files.
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/user_agents.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index c3c7eaecb..7f5fe810c 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -174,7 +174,7 @@ $mobiles = array( 'mobilexplorer' => "Mobile Explorer", 'operamini' => "Opera Mini", 'opera mini' => "Opera Mini", - 'opera mobi' => "Opera Mini", + 'opera mobi' => "Opera Mobile", // Other 'digital paths' => "Digital Paths", |