mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Merge branch 'master' of github.com:webmin/webmin
This commit is contained in:
@@ -142,7 +142,9 @@ else {
|
||||
}
|
||||
|
||||
&main_header(&get_remote_mysql_variant());
|
||||
print &ui_subheading($text{'index_dbs'}) if ($access{'perms'});
|
||||
print &ui_subheading($text{'index_dbs'})
|
||||
if ($access{'perms'} &&
|
||||
$displayconfig{'style'} != 1);
|
||||
if ($in{'search'}) {
|
||||
# Limit to those matching search
|
||||
@titles = grep { /\Q$in{'search'}\E/i } @titles;
|
||||
|
||||
Reference in New Issue
Block a user