Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 8892)
+++ temp/trunk/html/admin/system/bkup.php	(revision 8893)
@@ -95,10 +95,8 @@
 	//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);
-	
-	sfprintr($file);
+	header("Content-Disposition: attachment;filename=" .$file. "\""); 
+	header("Content-Length: " .filesize($file .".gz")); 
+	header("Content-Type: application/octet-stream; name=" .$file. "\""); 
+	readfile ($file);
 	exit();
 
