mirror of
https://github.com/webmin/webmin.git
synced 2026-06-19 02:40:32 +01:00
login might not be set
This commit is contained in:
@@ -37,7 +37,7 @@ else {
|
||||
$in{'host_def'} ? '%' : $in{'host'},
|
||||
$in{'db'},
|
||||
$in{'user_def'} ? '' : $in{'user'},
|
||||
$in{'table'}, $config{'login'},
|
||||
$in{'table'}, $config{'login'} || "root",
|
||||
$in{'perms1'}, $in{'perms2'});
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user