Fix Invoice CSV Exporting

This commit is contained in:
johnnyq
2025-12-18 20:00:56 -05:00
parent 3e3531a6ce
commit ad5710b1d8
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@
require_once '../../../includes/modal_header.php';
$key = randomString(32);
$decryptPW = randomString(32);
$key = randomString(43);
$decryptPW = randomString(43);
ob_start();
?>