mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
scape meta characters
This commit is contained in:
parent
9fcde88ebf
commit
38ad3574f3
@ -254,6 +254,8 @@ 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…
x
Reference in New Issue
Block a user