mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Use correct temp dir for zip files
This commit is contained in:
@ -38,8 +38,8 @@ else {
|
||||
}
|
||||
|
||||
# Dump the file
|
||||
$temp = &transname();
|
||||
&switch_acl_uid();
|
||||
$temp = &transname();
|
||||
$p = &unmake_chroot($p);
|
||||
if (!&can_access($p)) {
|
||||
# ACL rules prevent access to file
|
||||
|
Reference in New Issue
Block a user