CodeIgniter Forums
RockMelt Browser Detection - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: RockMelt Browser Detection (/showthread.php?tid=37762)



RockMelt Browser Detection - El Forum - 01-19-2011

[eluser]KarlBallard[/eluser]
CodeIgniter doesn't identify RockMelt (It identifies it as Chrome) at the current moment in time, so I thought I'd post a fix here!

1. Open up application/config/user_agents.php
2. Find:
Code:
$browsers = array(
                    'Flock'           => 'Flock',

3. Replace with:
Code:
$browsers = array(
                    'Flock'           => 'Flock',
                    'RockMelt'        => 'RockMelt',