Skip to content

Commit

Permalink
Fix. Scan. Added check nonce.
Browse files Browse the repository at this point in the history
  • Loading branch information
svfcode committed Jul 1, 2024
1 parent d8f62c1 commit fd73ddc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/spbc-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit fd73ddc

Please sign in to comment.