mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Fix to get safely using wrapper sub 2/2
This commit is contained in:
@ -27,7 +27,7 @@ foreach $h (@hosts) {
|
||||
push(@titles, &server_name($s)."<br>".
|
||||
&text('index_version', $h->{'version'}));
|
||||
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");
|
||||
$gothost{$h->{'id'}}++;
|
||||
}
|
||||
if (@links) {
|
||||
|
Reference in New Issue
Block a user