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

Legend:

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

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