Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Commit

Permalink
retoques al proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorgr committed Aug 27, 2012
1 parent 3303a3d commit e062036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/proxy.php
Expand Up @@ -96,7 +96,7 @@ function proxy_request($url, $data, $method) {
fputs($fp, "Host: $host\r\n");

fputs($fp, "X-Forwarded-For: $ip\r\n");
fputs($fp, "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\r\n");
//fputs($fp, "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\r\n");

$requestHeaders = apache_request_headers();
while ((list($header, $value) = each($requestHeaders))) {
Expand Down

0 comments on commit e062036

Please sign in to comment.