Needs review
Project:
SEO Watcher
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Nov 2010 at 22:13 UTC
Updated:
25 Nov 2010 at 04:30 UTC
Hi,
Only noticed this as server security moans while trying to use file_get_contents.
Should we not use the Drupal schema drupal_http_request anyway?
My patch would be:
// Line 1083
//$html = file_get_contents($query);
$result = drupal_http_request($query);
$html = $result->data;
Paul
Comments
Comment #1
pixture commentedThanks for the information.
I will make the change with the next release. :-)