Merge branch 'ent-9393-13837-problema-webserver-con-regex-para-curl' into 'develop'
Fix golitat check string curl See merge request artica/pandorafms!5057
This commit is contained in:
commit
80e7145639
|
@ -254,8 +254,6 @@ sub g_http_task {
|
||||||
utf8::decode($match_string);
|
utf8::decode($match_string);
|
||||||
}
|
}
|
||||||
|
|
||||||
$match_string = quotemeta($match_string);
|
|
||||||
|
|
||||||
if ( $as_string =~ m/$match_string/i ){
|
if ( $as_string =~ m/$match_string/i ){
|
||||||
$total_valid_requests++;
|
$total_valid_requests++;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue