|
@ -233,6 +233,7 @@ $csv_directory = CSV_DIRECTORY; |
|
|
fwrite($csv_file, $gnucash_csv_file); |
|
|
fwrite($csv_file, $gnucash_csv_file); |
|
|
fclose($csv_file); |
|
|
fclose($csv_file); |
|
|
|
|
|
|
|
|
|
|
|
echo $file; |
|
|
// download file to browser |
|
|
// download file to browser |
|
|
/* |
|
|
/* |
|
|
header('Content-Description: File Transfer'); |
|
|
header('Content-Description: File Transfer'); |
|
@ -271,6 +272,8 @@ $csv_directory = CSV_DIRECTORY; |
|
|
fwrite($csv_file, $gnucash_csv_file); |
|
|
fwrite($csv_file, $gnucash_csv_file); |
|
|
fclose($csv_file); |
|
|
fclose($csv_file); |
|
|
|
|
|
|
|
|
|
|
|
echo $file; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} // Create csv file(s) for GnuCash |
|
|
} // Create csv file(s) for GnuCash |
|
|