diff --git a/setup/createheader.php b/setup/createheader.php index fa50e43370..28a78648a7 100644 --- a/setup/createheader.php +++ b/setup/createheader.php @@ -4,7 +4,7 @@ switch($action){ case "download": - header("Content-disposition: attachment; filename=header.inc.php"); + header("Content-disposition: attachment; filename=\"header.inc.php\""); header("Content-type: application/octet-stream"); header("Pragma: no-cache"); header("Expires: 0"); @@ -204,4 +204,4 @@ echo ""; echo ""; } -?> \ No newline at end of file +?>