mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 00:04:01 +01:00
Really, really fix host selection (damn, it's too hot)
This commit is contained in:
@@ -503,6 +503,8 @@ class rcmail
|
||||
else if (empty($default_host)) {
|
||||
$host = get_input_value('_host', RCUBE_INPUT_POST);
|
||||
}
|
||||
else
|
||||
$host = $default_host;
|
||||
|
||||
return $host;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user