diff options
-rw-r--r-- | it_url.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_url.class b/it_url.class index d63e332..c6c84f2 100644 --- a/it_url.class +++ b/it_url.class @@ -291,7 +291,7 @@ function request($p=array()) $p['headers'] = (array)$p['headers'] + array( 'Host' => $url->realhostname . ($url->port != 80 ? ":" . $url->port : ''), - 'User-Agent' => "Mozilla/4.0 (compatible; MSIE 7.0; ITools)", + 'User-Agent' => "Mozilla/5.0 (compatible; MSIE 9.0; ITools)", 'Accept-Language' => $p['headers']['Accept-Language'] ?: T_lang(), # can prevent loading of it_text ); |