mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
More user post function migration and cleanup
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
defined('FROM_POST_HANDLER') || die("Direct file access is not allowed");
|
||||
|
||||
if (isset($_GET['delete_saved_payment'])) {
|
||||
|
||||
validateCSRFToken($_GET['csrf_token']);
|
||||
|
||||
$saved_payment_id = intval($_GET['delete_saved_payment']);
|
||||
|
||||
Reference in New Issue
Block a user