Changeset 5632 for temp/trunk


Ignore:
Timestamp:
2006/09/24 20:16:43 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/system/bkup.php

    r5631 r5632  
    1717         
    1818//      $this->bkup_dir = ROOT_DIR . USER_DIR . "bkup/"; 
    19         $this->bkup_dir = ROOT_DIR . "html/test/bkup/"; 
     19        $this->bkup_dir = "../../test/bkup/"; 
    2020    } 
    2121} 
     
    200200 
    201201    //°µ½Ì¤ò¤ª¤³¤Ê¤¦ 
    202 //  $tar->create($bkup_dir); 
    203     $tar->create("../../test/bkup/" . $bkup_name . "/"); 
     202    $tar->create($bkup_dir); 
    204203 
    205204    if (!$err) { 
Note: See TracChangeset for help on using the changeset viewer.