Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 5642)
+++ temp/trunk/html/admin/system/bkup.php	(revision 5643)
@@ -66,7 +66,6 @@
 // ºï½ü
 case 'del':
-
 	// ¥Õ¥¡¥¤¥ë¤Îºï½ü
-	
+	unlink($objPage->bkup_dir.$_POST['list_name']);
 
 	// DB¤«¤éºï½ü
@@ -202,8 +201,5 @@
 		
 		// ¥Ð¥Ã¥¯¥¢¥Ã¥×¥Ç¡¼¥¿¤Îºï½ü
-		if (!$zip) {
-			sfDelFile($bkup_dir);
-		}
-		
+		if (!$zip) sfDelFile($bkup_dir);
 	}
 	
