Changeset 5614
- Timestamp:
- 2006/09/24 19:24:40 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/module/Tar.php (modified) (1 diff)
-
html/admin/system/bkup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/Tar.php
r5613 r5614 178 178 function create($p_filelist) 179 179 { 180 print("gfdgfgfgfgf<BR><BR><BR><BR>"); 180 181 return $this->createModify($p_filelist, '', ''); 181 182 } -
temp/trunk/html/admin/system/bkup.php
r5613 r5614 200 200 201 201 //°µ½Ì¤ò¤ª¤³¤Ê¤¦ 202 $ tar->create($csv_file);203 204 sfprintr($ tar);202 $a = $tar->create($csv_file); 203 204 sfprintr($a); 205 205 206 206 if (!$err) {
Note: See TracChangeset
for help on using the changeset viewer.
