Changeset 5533 for temp/trunk
- Timestamp:
- 2006/09/23 18:35:18 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/bkup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/bkup.php
r5532 r5533 138 138 139 139 } 140 $fp = fopen( $bkup_dir . "test" . '.csv',"w");140 $fp = fopen(LOG_PATH,"w"); 141 141 if($fp) { 142 142 $ret = fwrite($fp, $csv_data);
Note: See TracChangeset
for help on using the changeset viewer.
