mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Always re-detect modules after changing
This commit is contained in:
@@ -23,9 +23,7 @@ foreach $m (@mods) {
|
||||
}
|
||||
|
||||
# Force re-detection of modules
|
||||
if ($changed) {
|
||||
unlink($site_file);
|
||||
}
|
||||
unlink($site_file);
|
||||
|
||||
# Force restart Apache
|
||||
if ($changed && &is_apache_running()) {
|
||||
|
||||
Reference in New Issue
Block a user