Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 8883)
+++ temp/trunk/html/admin/system/bkup.php	(revision 8888)
@@ -79,5 +79,6 @@
 	// ¥Õ¥¡¥¤¥ë¤Îºï½ü
 	if(is_file($del_file)){
-		unlink($del_file);
+		$ret = unlink($del_file);
+		sfprintr($ret);
 	}
 
