mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Fix format_config
test
This commit is contained in:
@ -27,7 +27,7 @@ if ($config{'test_manual'}) {
|
||||
}
|
||||
}
|
||||
unlink($temp);
|
||||
&format_config_file($in{'file'}) if ($config{'format_config'});
|
||||
&format_config_file($in{'file'}) if ($config{'format_config'} ne '0');
|
||||
&webmin_log("manual", undef, undef, { 'file' => $in{'file'} });
|
||||
&redirect("index.cgi?mode=global");
|
||||
|
||||
|
Reference in New Issue
Block a user