Skip to content

Commit

Permalink
Fix. Forgotten debug removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandergull committed Dec 23, 2024
1 parent 2b95fd1 commit 4c7f9f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/CleantalkSP/SpbctWP/Scanner/ScannerQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ class ScannerQueue
*/
public static $stages = array(
'get_cms_hashes',
//'get_modules_hashes',
'get_modules_hashes',
'clean_results',
'file_system_analysis',
// 'get_denied_hashes',
// 'get_approved_hashes',
'get_denied_hashes',
'get_approved_hashes',
'signature_analysis',
//'heuristic_analysis',
'heuristic_analysis',
'schedule_send_heuristic_suspicious_files',
'auto_cure_backup',
'auto_cure',
Expand Down

0 comments on commit 4c7f9f0

Please sign in to comment.