diff --git a/patterns_re.txt b/patterns_re.txt index 727881e..3737561 100644 --- a/patterns_re.txt +++ b/patterns_re.txt @@ -32,4 +32,4 @@ chr\s*\(\s*['"]?\s*((95)|(0[Xx]5[Ff]))\s*['"]?\s*\) #Detects long single lines contained within PHP tags. #We can increase from 750 later if we need to. -^.*<\?php.{750,}\?>.*$ +^.*<\?php.{1100,}\?>.*$