Changeset 10426 for temp/trunk/html
- Timestamp:
- 2006/12/07 18:25:04 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/design/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/template.php
r10425 r10426 329 329 330 330 // ¥Õ¥¡¥¤¥ë¤Î°µ½Ì 331 $tar = new Archive_Tar($dl_file .".tar.gz", TRUE);331 $tar = new Archive_Tar($dl_file, TRUE); 332 332 //bkup¥Õ¥©¥ë¥À¤Ë°Üư¤¹¤ë 333 333 chdir(USER_TEMPLATE_PATH); 334 334 //°µ½Ì¤ò¤ª¤³¤Ê¤¦ 335 335 $zip = $tar->create("./" . $template_code . "/"); 336 337 sfprintr($template_code); 338 sfprintr($dl_file); 339 340 /* 336 341 337 // ¥À¥¦¥ó¥í¡¼¥É³«»Ï 342 338 Header("Content-disposition: attachment; filename=${dl_file}"); … … 346 342 // °µ½Ì¥Õ¥¡¥¤¥ëºï½ü 347 343 unlink($dl_file); 344 348 345 exit(); 349 */350 346 } 351 347
Note: See TracChangeset
for help on using the changeset viewer.
