Changeset 14427


Ignore:
Timestamp:
2007/06/07 16:20:50 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/class/SC_UploadFile.php

    r14425 r14427  
    344344        // Á´¤Æ¤Î¥µ¡¼¥Ð¤Ë¥Õ¥¡¥¤¥ë¤ò¥³¥Ô¡¼¤¹¤ë 
    345345        foreach($arrWEB_SERVERS as $array) { 
    346 sfprintr($dst_path); 
    347 sfprintr($src_path); 
    348  
    349             //sfFtpCopy($array['host'], $array['user'], $array['pass'], $dst_path, $src_path); 
     346            sfFtpCopy($array['host'], $array['user'], $array['pass'], $dst_path, $src_path); 
    350347        } 
    351348        exit; 
    352349        // °ÜÆ°¸å¤Ï¥Õ¥¡¥¤¥ë¤òºï½ü 
    353         //unlink($src_path); 
     350        unlink($src_path); 
    354351    } 
    355352} 
Note: See TracChangeset for help on using the changeset viewer.