mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Merge branch 'ent-9207-13837-problema-webserver-con-regex' into 'develop'
Fix Goliat LWP See merge request artica/pandorafms!5053
This commit is contained in:
commit
413206f83a
@ -235,6 +235,8 @@ sub g_http_task {
|
|||||||
if ($content =~ m/($temp)/) {
|
if ($content =~ m/($temp)/) {
|
||||||
$task_get_content[$thread_id] = $1;
|
$task_get_content[$thread_id] = $1;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
$task_get_content[$thread_id] = $resp;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Resource bashing
|
# Resource bashing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user