mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Deal with attachment filenames with / in them
This commit is contained in:
@@ -3440,6 +3440,7 @@ foreach my $a (@$attach) {
|
||||
}
|
||||
$fn =~ s/ /_/g;
|
||||
$fn =~ s/\#/_/g;
|
||||
$fn =~ s/\//_/g;
|
||||
$fn = &urlize($fn);
|
||||
local @a;
|
||||
local $detachfile = $detachurl;
|
||||
|
||||
Reference in New Issue
Block a user