Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 8900)
+++ temp/trunk/html/admin/system/bkup.php	(revision 8901)
@@ -93,7 +93,7 @@
 	$dl_file = $objPage->bkup_dir.$_POST['list_name'];
 	
-	header("Content-Disposition: attachment;filename=" .$_POST['list_name']. "\""); 
+	header("Content-Disposition: attachment;filename=" .$filename. "\""); 
 	header("Content-Length: " .filesize($dl_file)); 
-	header("Content-Type: application/octet-stream; name=" .$filename. "\""); 
+	header("Content-Type: application/octet-stream; name=" . $_POST['list_name']. "\""); 
 	readfile ($dl_file);
 	exit();
