mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
No need for this check now that create_wrapper has been extracted
This commit is contained in:
@@ -19,9 +19,7 @@ use WebminCore;
|
||||
$env_support = $config{'vixie_cron'};
|
||||
if ($module_info{'usermin'}) {
|
||||
$single_user = $remote_user;
|
||||
if (!$ENV{'FOREIGN_MODULE_NAME'}) {
|
||||
&switch_to_remote_user();
|
||||
}
|
||||
&switch_to_remote_user();
|
||||
&create_user_config_dirs();
|
||||
$range_cmd = "$user_module_config_directory/range.pl";
|
||||
$hourly_only = 0;
|
||||
|
||||
Reference in New Issue
Block a user