mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix bad function
This commit is contained in:
@@ -66,8 +66,8 @@ delete($h{'packages'});
|
||||
# delete_software_host(&host)
|
||||
sub delete_software_host
|
||||
{
|
||||
&delete_file("$module_config_directory/hosts/$_[0]->{'id'}.host");
|
||||
&delete_file("$module_config_directory/hosts/$_[0]->{'id'}");
|
||||
&unlink_file("$module_config_directory/hosts/$_[0]->{'id'}.host");
|
||||
&unlink_file("$module_config_directory/hosts/$_[0]->{'id'}");
|
||||
}
|
||||
|
||||
# list_servers()
|
||||
|
||||
Reference in New Issue
Block a user