Changeset 5597 for temp/trunk
- Timestamp:
- 2006/09/24 18:38:22 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/lib/slib.php (modified) (1 diff)
-
html/admin/system/bkup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r5595 r5597 2447 2447 $data=$matches[2]; 2448 2448 if( is_dir( $data_ ) ){ 2449 $mess = lfCopyDir( $data_.'/', $des.$data.'/', $mess);2449 $mess = sfCopyDir( $data_.'/', $des.$data.'/', $mess); 2450 2450 }else{ 2451 2451 if(!$override && file_exists($des.$data)) { -
temp/trunk/html/admin/system/bkup.php
r5595 r5597 185 185 // ¾¦ÉʲèÁü¥Õ¥¡¥¤¥ë¤ò¥³¥Ô¡¼ 186 186 if (!$err) { 187 187 $copy_mess = ""; 188 $copy_mess = sfCopyDir("../../upload/save_image/", dirname($bkup_dir), $copy_mess); 188 189 } 189 190
Note: See TracChangeset
for help on using the changeset viewer.
