Changeset 5636 for temp/trunk
- Timestamp:
- 2006/09/24 20:27:38 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/bkup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/bkup.php
r5635 r5636 200 200 //°µ½Ì¤ò¤ª¤³¤Ê¤¦ 201 201 $zip = $tar->create($bkup_dir); 202 202 203 // ¥Ð¥Ã¥¯¥¢¥Ã¥×¥Ç¡¼¥¿¤Îºï½ü 203 204 if (!$zip) { 204 205 $dh = opendir($bkup_dir); 205 206 while($file = readdir($dh)){ 206 sfPrintR($file);207 unlink($bkup_dir . "/" . $file); 207 208 } 208 209 }
Note: See TracChangeset
for help on using the changeset viewer.
