Ignore:
Timestamp:
2006/09/24 20:25:40 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5634 r5635  
    201201        $zip = $tar->create($bkup_dir); 
    202202        // ¥Ð¥Ã¥¯¥¢¥Ã¥×¥Ç¡¼¥¿¤Îºï½ü 
    203         if ($zip) { 
     203        if (!$zip) { 
    204204            $dh = opendir($bkup_dir); 
    205205            while($file = readdir($dh)){ 
Note: See TracChangeset for help on using the changeset viewer.