From 3432903836082a4626c42bc96388f05b7634b8b9 Mon Sep 17 00:00:00 2001 From: Rouji Date: Sun, 29 Aug 2021 23:28:03 +0200 Subject: [PATCH] rm extraneous . from hupl config filename --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 57b9c99..3f8dd65 100755 --- a/index.php +++ b/index.php @@ -273,7 +273,7 @@ function send_hupl_config() } EOT; header('Content-type: application/octet-stream'); - header("Content-Disposition: attachment; filename=\"$filename.\""); + header("Content-Disposition: attachment; filename=\"$filename\""); header('Content-Length: '.strlen($content)); print($content); }