diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 567d93262..cd3bb6aae 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -346,7 +346,7 @@ function drupal_http_request($url, $headers = array(), $method = 'GET', $data = // We don't add the port to prevent from breaking rewrite rules checking // the host that do not take into account the port number. 'Host' => "Host: $host", - 'User-Agent' => 'User-Agent: Drupal (+http://www.drupal.org/)', + 'User-Agent' => 'User-Agent: Drupal (+http://drupal.org/)', 'Content-Length' => 'Content-Length: '. strlen($data) ); |