Index: /temp/trunk/html/admin/system/bkup.php
===================================================================
--- /temp/trunk/html/admin/system/bkup.php	(revision 8901)
+++ /temp/trunk/html/admin/system/bkup.php	(revision 8902)
@@ -93,7 +93,8 @@
 	$dl_file = $objPage->bkup_dir.$_POST['list_name'];
 	
+	// ¥À¥¦¥ó¥í¡¼¥É³«»Ï
 	header("Content-Disposition: attachment;filename=" .$filename. "\""); 
 	header("Content-Length: " .filesize($dl_file)); 
-	header("Content-Type: application/octet-stream; name=" . $_POST['list_name']. "\""); 
+	header("Content-Type: application/octet-stream; name=" .$filename. "\""); 
 	readfile ($dl_file);
 	exit();
