Small typo in Lightweight PHP Browser Detector
H+
Status: New User - Welcome
Joined: 28 Oct 2007
Posts: 1
Reply Quote
In Lightweight PHP Browser Detector Version 1.1.7 there is a small error in the sample script, line 124:
:: Code ::
if ( $a_browser_data[0] !== 'msie' )

should read:
:: Code ::
if ( $a_browser_data[0] !== 'ie' )

Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4124
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
true, slight oversight, fixed in 1.1.8
Back to top
Display posts from previous:   

All times are GMT - 8 Hours