Project

General

Profile

Bug #20106 ยป 10567.patch

Administrator Admin, 2009-02-28 01:36

View differences:

t3lib/class.t3lib_div.php (working copy)
$bInfo['BROWSER']= 'konqu';
} elseif (strpos($useragent,'Opera') !== false) {
$bInfo['BROWSER']= 'opera';
} elseif (preg_match('/MSIE [4567]/', $useragent)) {
} elseif (strpos($useragent, 'MSIE ') !== false) {
$bInfo['BROWSER']= 'msie';
} elseif (strpos($useragent,'Mozilla/4') !== false || strpos($useragent,'Mozilla/5') !== false) {
} elseif (strpos($useragent,'Mozilla/') !== false) {
$bInfo['BROWSER']='net';
}
if ($bInfo['BROWSER']) {
    (1-1/1)