mirror of
https://github.com/webmin/webmin.git
synced 2026-01-14 03:11:35 +00:00
Merge branch 'master' of github.com:webmin/webmin
This commit is contained in:
@ -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