mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix to get safely using wrapper sub 2/2
This commit is contained in:
@@ -30,7 +30,7 @@ foreach $h (@hosts) {
|
||||
"$s->{'host'}:$s->{'port'}")."<br>".
|
||||
&text('index_count', $count));
|
||||
push(@links, "edit_host.cgi?id=$h->{'id'}");
|
||||
push(@icons, "$gconfig{'webprefix'}/servers/images/$s->{'type'}.gif");
|
||||
push(@icons, "@{[&get_webprefix()]}/servers/images/$s->{'type'}.gif");
|
||||
push(@installed, $count);
|
||||
$gothost{$h->{'id'}}++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user