- Timestamp:
- 2006/09/24 20:16:43 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/bkup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/bkup.php
r5631 r5632 17 17 18 18 // $this->bkup_dir = ROOT_DIR . USER_DIR . "bkup/"; 19 $this->bkup_dir = ROOT_DIR . "html/test/bkup/";19 $this->bkup_dir = "../../test/bkup/"; 20 20 } 21 21 } … … 200 200 201 201 //°µ½Ì¤ò¤ª¤³¤Ê¤¦ 202 // $tar->create($bkup_dir); 203 $tar->create("../../test/bkup/" . $bkup_name . "/"); 202 $tar->create($bkup_dir); 204 203 205 204 if (!$err) {
Note: See TracChangeset
for help on using the changeset viewer.
