mirror of
https://github.com/itflow-org/itflow
synced 2026-08-10 17:47:16 +00:00
Fix Client PDF Export
This commit is contained in:
@@ -9,7 +9,7 @@ if (!defined('FROM_POST_HANDLER')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
if (isset($_POST['export_transactions'])) {
|
||||
if (isExportRequest('export_transactions')) {
|
||||
|
||||
validateCSRFToken();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user