mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fixed editing of settings in config files
This commit is contained in:
@@ -18,7 +18,7 @@ if ($module_info{'usermin'}) {
|
||||
}
|
||||
}
|
||||
$database_userpref_name = $remote_user;
|
||||
$include_config_files = $config{'readfiles'};
|
||||
$include_config_files = !$config{'mode'} || $config{'readfiles'};
|
||||
$add_to_db = 1;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user