mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Fix Invoice CSV Exporting
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
require_once '../../../includes/modal_header.php';
|
||||
|
||||
$key = randomString(32);
|
||||
$decryptPW = randomString(32);
|
||||
$key = randomString(43);
|
||||
$decryptPW = randomString(43);
|
||||
|
||||
ob_start();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user