Changeset 5635 for temp/trunk/html/admin/system
- Timestamp:
- 2006/09/24 20:25:40 (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
r5634 r5635 201 201 $zip = $tar->create($bkup_dir); 202 202 // ¥Ð¥Ã¥¯¥¢¥Ã¥×¥Ç¡¼¥¿¤Îºï½ü 203 if ( $zip) {203 if (!$zip) { 204 204 $dh = opendir($bkup_dir); 205 205 while($file = readdir($dh)){
Note: See TracChangeset
for help on using the changeset viewer.
