thomascube
2005-10-16 de2e1eba99b7d892f2f6fd782703496561c1524e
Added alt-texts for IE browser


2 files modified
2 ■■■ changed files
program/include/main.inc patch | view | raw | blame | history
program/include/rcube_shared.inc 2 ●●● patch | view | raw | blame | history
program/include/main.inc
program/include/rcube_shared.inc
@@ -979,7 +979,7 @@
// provide details about the client's browser
function rcube_browser()
  {
  global $HTTP_USER_AGENT;
  $HTTP_USER_AGENT = $_SERVER['HTTP_USER_AGENT'];
  $bw['ver'] = 0;
  $bw['win'] = stristr($HTTP_USER_AGENT, 'win');