update download snap filename

This commit is contained in:
ghost 2023-11-26 22:25:59 +02:00
parent 82de3c73ab
commit d247338c13

View File

@ -136,7 +136,8 @@ switch (!empty($_GET['action']) ? $_GET['action'] : false) {
header(
sprintf(
'Content-Disposition: filename="%s"',
'Content-Disposition: filename="snap.%s.%s"',
$_GET['md5url'],
basename(
$filename
)