git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3976 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-03-19 06:35:31 +00:00
parent e237944abf
commit 53909712e2

View file

@ -166,7 +166,6 @@
*/
$header = sprintf("GET %s%s HTTP/1.0\r\nHost: %s\r\nAccept-Charset: utf-8;q=0.7,*;q=0.7\r\nReferer: %s://%s\r\nRequestUrl: %s\r\nConnection: Close\r\n\r\n", $url_info['path'], $url_info['query']?'?'.$url_info['query']:'', $url_info['host'], $url_info['scheme'], $url_info['host'], Context::getRequestUri());
debugPrint($header);
@fwrite($fp, $header);