Changeset 5655 for temp/trunk


Ignore:
Timestamp:
2006/09/25 09:44:32 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/module/Tar.php

    r5654 r5655  
    609609            $this->_error('Unable to open in write mode \'' 
    610610                          .$this->_tarname.'\''); 
    611             print("error"); 
    612611            return false; 
    613612        } 
  • temp/trunk/html/admin/system/bkup.php

    r5654 r5655  
    1717         
    1818//      $this->bkup_dir = ROOT_DIR . USER_DIR . "bkup/"; 
    19         $this->bkup_dir = "../../test/bkup/"; 
     19        $this->bkup_dir = ROOT_DIR . "test/" . "bkup/"; 
     20//      $this->bkup_dir = "../../test/bkup/"; 
    2021    } 
    2122} 
Note: See TracChangeset for help on using the changeset viewer.