Merge branch 'ent-7286-Líneas-en-pandora-server-error-con-check_string' into 'develop'
Ent 7286 líneas en pandora server error con check string See merge request artica/pandorafms!4208
This commit is contained in:
commit
acfa36b380
|
@ -254,6 +254,8 @@ sub g_http_task {
|
|||
utf8::decode($match_string);
|
||||
}
|
||||
|
||||
$match_string = quotemeta($match_string);
|
||||
|
||||
if ( $as_string =~ m/$match_string/i ){
|
||||
$total_valid_requests++;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue