mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Fix another warning
This commit is contained in:
@@ -60,7 +60,7 @@ if (@zones == 1 && $access{'zones'} ne '*' && !$access{'defaults'} &&
|
||||
exit;
|
||||
}
|
||||
|
||||
my $chroot = &get_chroot();
|
||||
my $chroot = &get_chroot() || "";
|
||||
&ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1, 0,
|
||||
&restart_links().'<br>'.
|
||||
&help_search_link("bind", "doc", "google"), undef, undef,
|
||||
|
||||
Reference in New Issue
Block a user