diff options
| -rwxr-xr-x | php-malware-finder/phpmalwarefinder | 4 |
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 | |||
| 193 | fi | 193 | fi |
| 194 | 194 | ||
| 195 | 195 | ||
| 196 | # only use the I/O intensive search if explicitly asked by user | ||
| 196 | if [ -e "${LONG_LINES}" ] | 197 | if [ -e "${LONG_LINES}" ] |
| 197 | then | 198 | then |
| 198 | echo long lines checked | 199 | one_line_trick "$@" |
| 199 | one_line_trick "$@" | ||
| 200 | fi | 200 | fi |
| 201 | 201 | ||
| 202 | # Include correct yara rule | 202 | # Include correct yara rule |
