Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 9331)
+++ temp/trunk/html/admin/system/bkup.php	(revision 9332)
@@ -94,15 +94,15 @@
 	
 	// ¥À¥¦¥ó¥í¡¼¥É³«»Ï
-	Header("Content-disposition: attachment; filename=${filename}");
-	Header("Content-type: application/octet-stream; name=${filename}");
+//	Header("Content-disposition: attachment; filename=${filename}");
+//	Header("Content-type: application/octet-stream; name=${filename}");
 //	Header("Cache-Control: ");
 //	Header("Pragma: ");	
-	header("Content-Length: " .filesize($dl_file)); 
-	
-/*
+//	header("Content-Length: " .filesize($dl_file)); 
+	
+
 	header("Content-Disposition: attachment;filename=" .$filename. "\""); 
 	header("Content-Length: " .filesize($dl_file)); 
 	header("Content-Type: application/octet-stream; name=" .$filename. "\""); 
-*/
+
 	readfile ($dl_file);
 	
