Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 8889)
+++ temp/trunk/html/admin/system/bkup.php	(revision 8890)
@@ -87,4 +87,20 @@
 
 	break;
+	
+// ¥À¥¦¥ó¥í¡¼¥É
+case 'download' :
+	$file = $objPage->bkup_dir."test.tar.gz";
+	
+	// ¥À¥¦¥ó¥í¡¼¥É 
+	//mb_http_output("pass"); 
+	
+	header("Content-Disposition: attachment;filename=" .$file. "\""); 
+	header("Content-Length: " .filesize($file .".gz")); 
+	header("Content-Type: application/octet-stream; name=" .$file. "\""); 
+	readfile ($file);
+	
+	
+	break;
+  
 default:
 	break;
