From fd73ddc248185d5e4b83a74cc9ba32251569eb88 Mon Sep 17 00:00:00 2001 From: svfcode Date: Mon, 1 Jul 2024 08:11:41 +0300 Subject: [PATCH] Fix. Scan. Added check nonce. --- inc/spbc-settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/spbc-settings.php b/inc/spbc-settings.php index 21f9227bb..28d25a7ee 100644 --- a/inc/spbc-settings.php +++ b/inc/spbc-settings.php @@ -3119,6 +3119,8 @@ function spbc__analysyis_files_stats__get_html() */ function spbc__analysyis_files_stats__get_data() { + spbc_check_ajax_referer('spbc_secret_nonce', 'security'); + global $wpdb, $spbc; $out = array( 'files_sent_count' => 'N/D',