
01-11-2006, 10:52 PM
|
 |
|
|
Join Date: Nov 2004
Location: Australia/Tasmania
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by SmEdD
Fix to show Firefox. Not 100% tested!
Find in database_agent.php:
PHP Code:
'Firefox' => array('/Firefox\/([0-9\.]+)/i', 'Gecko', false, false ),
Replace with:
PHP Code:
'Firefox' => array('/Firefox\/([0-9\.]+)/i', false, false, false ),
|
that done the trick working now, cheers
|