From 5bc54345f3882efdf686fd78f31b915d78be7085 Mon Sep 17 00:00:00 2001 From: skeeter Date: Tue, 5 Dec 2000 04:22:59 +0000 Subject: [PATCH] possible fix for NT d/l of header.inc.php file --- setup/createheader.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>