thomascube
2008-06-24 eec34efac2f61ca05fcb7930df39abfc4cd3f503
Really, really fix host selection (damn, it's too hot)

1 files modified
2 ■■■■■ changed files
program/include/rcmail.php 2 ●●●●● patch | view | raw | blame | history
program/include/rcmail.php
@@ -503,6 +503,8 @@
    else if (empty($default_host)) {
      $host = get_input_value('_host', RCUBE_INPUT_POST);
    }
    else
      $host = $default_host;
    return $host;
  }