mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix Hostname in edit_cache_host.cgi
$ch[0] is hostname, $ch[2] is proxy port.
This commit is contained in:
@@ -37,7 +37,7 @@ else {
|
||||
print &ui_table_start($text{'ech_cho'}, "width=100%", 4);
|
||||
|
||||
print &ui_table_row($text{'ech_h'},
|
||||
&ui_textbox("host", $ch[2], 30));
|
||||
&ui_textbox("host", $ch[0], 30));
|
||||
|
||||
my @ts = ( [ "parent" => $text{"ech_parent"} ],
|
||||
[ "sibling" => $text{"ech_sibling"} ],
|
||||
|
||||
Reference in New Issue
Block a user