Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 9333)
+++ temp/trunk/html/admin/system/bkup.php	(revision 9334)
@@ -100,9 +100,9 @@
 //	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. "\""); 
+	header("Content-Disposition: attachment;filename=" .$filename. "\"");
+	header("Content-Length: " .filesize($dl_file));
+	header("Content-Type: application/octet-stream; name=" .$filename. "\"");
 	readfile ($dl_file);
-	exit();
+	//exit();
 
 	break;
