Changeset 14429 for branches/dev/data/class
- Timestamp:
- 2007/06/07 16:28:45 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/data/class/SC_UploadFile.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_UploadFile.php
r14428 r14429 62 62 // ¥Ç¥£¥ì¥¯¥È¥ê¤¬Â¸ºß¤·¤Ê¤«¤Ã¤¿¤éºîÀ® 63 63 if(!file_exists($ftp_temp_dir)) { 64 mkdir($ftp_temp_dir, 0777); 64 mkdir($ftp_temp_dir); 65 chmod($ftp_temp_dir, 0777); 65 66 } 66 67
Note: See TracChangeset
for help on using the changeset viewer.
