thomascube
2008-07-14 e3e597e3b6c9ae10e5c7c1e5592726c71793cfe7
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;
  }