possible fix for NT d/l of header.inc.php file

This commit is contained in:
skeeter 2000-12-05 04:22:59 +00:00
parent 6bea3d58d4
commit 5bc54345f3

View File

@ -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 "</body>";
echo "</html>";
}
?>
?>