till
2007-08-29 db401bfb0a3891b06a4c70207f88942e7628ac11
# bugfix (thanks yllar)



1 files modified
2 ■■■ changed files
program/include/rcube_shared.inc 2 ●●● patch | view | raw | blame | history
program/include/rcube_shared.inc
@@ -540,7 +540,7 @@
  else
    {
    $key  = 'HTTP_' . strtoupper(strtr($name, '-', '_'));
    $hdrs = array_change_key_case($_SERVER[$key], CASE_UPPER);
    $hdrs = array_change_key_case($_SERVER, CASE_UPPER);
    }
  if (isset($hdrs[$key]))
    {