summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xphp-malware-finder/phpmalwarefinder4
1 files changed, 2 insertions, 2 deletions
diff --git a/php-malware-finder/phpmalwarefinder b/php-malware-finder/phpmalwarefinder
index af1834e..a218a40 100755
--- a/php-malware-finder/phpmalwarefinder
+++ b/php-malware-finder/phpmalwarefinder
@@ -193,10 +193,10 @@ then
193fi 193fi
194 194
195 195
196# only use the I/O intensive search if explicitly asked by user
196if [ -e "${LONG_LINES}" ] 197if [ -e "${LONG_LINES}" ]
197then 198then
198 echo long lines checked 199 one_line_trick "$@"
199one_line_trick "$@"
200fi 200fi
201 201
202# Include correct yara rule 202# Include correct yara rule