From b6d67079748a77810af5db23a5fbb599312fa2dd Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Thu, 19 Oct 2017 13:21:47 +0200 Subject: [PATCH] layout fixes --- scan.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan.php b/scan.php index 56ef1f8..3982975 100644 --- a/scan.php +++ b/scan.php @@ -540,7 +540,7 @@ foreach ($tree as $finfo) foreach($pattern as $regex){ if(preg_match('#'.$regex.'#i', $tmp, $matches)){ if($print_infected) print "{$finfo['path']}{$finfo['fname']}"; - if($print_infected || $print_all) print "...SUSPECTED String: ".$regex.""; + if($print_infected || $print_all) print " => SUSPECTED String: ".$regex.""; $counter_suspected++; if($print_infected || $print_all) print "\n"; continue;