Fix new lines
This commit is contained in:
@@ -143,3 +143,4 @@ $o->{'download_address_mode'} = $download_address_mode;
|
||||
$o->{'download_allowed_addresses'} = join(" ",
|
||||
split(/\s+/, $in{'download_allowed_addresses'}));
|
||||
}
|
||||
|
||||
|
||||
@@ -58,7 +58,6 @@ print &ui_table_row($text{'acl_canattach'},
|
||||
|
||||
print &ui_table_row($text{'acl_candetach'},
|
||||
&ui_yesno_radio("candetach", $o->{'candetach'}));
|
||||
|
||||
}
|
||||
|
||||
# acl_security_save(&options)
|
||||
@@ -85,3 +84,4 @@ $o->{'canattach'} = $in{'canattach'};
|
||||
$o->{'candetach'} = $in{'candetach'};
|
||||
$o->{'dir'} = $in{'dir_def'} ? undef : $in{'dir'};
|
||||
}
|
||||
|
||||
|
||||
@@ -56,3 +56,4 @@ $o->{'dirs'} = join(" ", @dirs);
|
||||
$o->{'home'} = $in{'home'};
|
||||
$o->{'fetch'} = $in{'fetch'};
|
||||
}
|
||||
|
||||
|
||||
@@ -165,3 +165,4 @@ else {
|
||||
}
|
||||
&webmin_log("download", undef, undef, { 'urls' => \@urls,
|
||||
'time' => $download{'time'} });
|
||||
|
||||
|
||||
@@ -335,3 +335,4 @@ return @rv;
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user