- Timestamp:
- 2006/09/24 18:38:54 (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
r5597 r5598 132 132 133 133 $bkup_dir = $objPage->bkup_dir; 134 $bkup_dir = $bkup_dir . $bkup_name . "/bkup_data.csv";134 $bkup_dir = $bkup_dir . $bkup_name; 135 135 136 136 // Á´¥Æ¡¼¥Ö¥ë¼èÆÀ … … 175 175 } 176 176 if ($err) { 177 $fp = fopen($bkup_dir ,"w");177 $fp = fopen($bkup_dir . "/bkup_data.csv","w"); 178 178 if($fp) { 179 179 $err = fwrite($fp, $csv_data);
Note: See TracChangeset
for help on using the changeset viewer.
