mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Don't show useless heading
This commit is contained in:
@@ -150,7 +150,7 @@ else {
|
||||
}
|
||||
|
||||
&main_header();
|
||||
print &ui_subheading($text{'index_dbs'});
|
||||
print &ui_subheading($text{'index_dbs'}) if ($access{'users'});
|
||||
if ($in{'search'}) {
|
||||
# Limit to those matching search
|
||||
@titles = grep { /\Q$in{'search'}\E/i } @titles;
|
||||
|
||||
Reference in New Issue
Block a user