Bug #16657 » ie7_fix.diff
t3lib/class.t3lib_div.php (Arbeitskopie) | ||
---|---|---|
$bInfo['BROWSER']= 'konqu';
|
||
} elseif (strstr($useragent,'Opera')) {
|
||
$bInfo['BROWSER']= 'opera';
|
||
} elseif (strstr($useragent,'MSIE 4') || strstr($useragent,'MSIE 5') || strstr($useragent,'MSIE 6')) {
|
||
} elseif (strstr($useragent,'MSIE 4') || strstr($useragent,'MSIE 5') || strstr($useragent,'MSIE 6') || strstr($useragent,'MSIE 7')) {
|
||
$bInfo['BROWSER']= 'msie';
|
||
} elseif (strstr($useragent,'Mozilla/4') || strstr($useragent,'Mozilla/5')) {
|
||
$bInfo['BROWSER']='net';
|
- « Previous
- 1
- 2
- Next »