thomascube
2008-06-24 eec34efac2f61ca05fcb7930df39abfc4cd3f503
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;
  }