mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
@@ -87,7 +87,7 @@ else {
|
||||
}
|
||||
foreach my $oo (split(/\s+/, $in{"others_$i"})) {
|
||||
my ($n, $v) = split(/=/, $oo, 2);
|
||||
$v = "\"$v\"" if ($v =~ /\s|,|=/);
|
||||
$v = "\"$v\"" if ($v =~ /\s|,|=/ && $v !~ /['"]/);
|
||||
push(@opts, "$n=$v");
|
||||
}
|
||||
push(@actions, $in{"action_$i"}."[".join(", ", @opts)."]");
|
||||
|
||||
Reference in New Issue
Block a user