mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Merge branch 'master' of github.com:webmin/webmin
This commit is contained in:
@@ -690,9 +690,9 @@ my ($addr, @vals, $dir);
|
||||
my @sp = split(/\s+/, $in{$_[0]});
|
||||
for(my $i=0; $i<@sp; $i++) {
|
||||
!$_[3] || &check_ipaddress($sp[$i]) || &error(&text('eip', $sp[$i]));
|
||||
if (lc($sp[$i+1]) eq "key") {
|
||||
push(@vals, { 'name' => $sp[$i++],
|
||||
'values' => [ "key", $sp[++$i] ] });
|
||||
if (lc($sp[$i]) eq "key") {
|
||||
push(@vals, { 'name' => $sp[$i],
|
||||
'values' => [ "\"".$sp[++$i]."\"" ] });
|
||||
}
|
||||
else {
|
||||
push(@vals, { 'name' => $sp[$i] });
|
||||
|
||||
Reference in New Issue
Block a user