1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-04 16:39:34 +00:00

rm extraneous . from hupl config filename

This commit is contained in:
Rouji 2021-08-29 23:28:03 +02:00
parent 59afc5373f
commit 3432903836

View File

@ -273,7 +273,7 @@ function send_hupl_config()
} }
EOT; EOT;
header('Content-type: application/octet-stream'); header('Content-type: application/octet-stream');
header("Content-Disposition: attachment; filename=\"$filename.\""); header("Content-Disposition: attachment; filename=\"$filename\"");
header('Content-Length: '.strlen($content)); header('Content-Length: '.strlen($content));
print($content); print($content);
} }