Fix Hostname in edit_cache_host.cgi

$ch[0] is hostname, $ch[2] is proxy port.
This commit is contained in:
Claudius Herder
2015-08-24 15:00:56 +02:00
parent 102047efa8
commit 8a28399cb4

View File

@@ -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"} ],