mirror of
https://github.com/webmin/webmin.git
synced 2026-09-19 12:00:46 +01:00
Lose leading and trailing spaces
This commit is contained in:
@@ -78,6 +78,8 @@ else {
|
||||
$dump->{'beforefok'} = !$in{'beforefok'};
|
||||
$dump->{'afterfok'} = !$in{'afterfok'};
|
||||
}
|
||||
$in{'file'} =~ s/^\s+//; $in{'file'} =~ s/\s+$//;
|
||||
$in{'hfile'} =~ s/^\s+//; $in{'hfile'} =~ s/\s+$//;
|
||||
&parse_dump($dump);
|
||||
$dump->{'reverify'} = $in{'reverify'} if (defined(&verify_dump));
|
||||
$dump->{'enabled'} = $in{'enabled'};
|
||||
|
||||
Reference in New Issue
Block a user