CVS: phpweather AUTHORS,1.6,1.7 data_retrieval.php,1.25,1.26
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-09-18 13:24:37
|
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv4552 Modified Files: AUTHORS data_retrieval.php Log Message: This is a better place to give credit to Paul Kairis. I've also added Kari Salovaara and Tage Malmen for doing Swedish and Finnish translation. Index: AUTHORS =================================================================== RCS file: /cvsroot/phpweather/phpweather/AUTHORS,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- AUTHORS 30 Aug 2002 12:58:46 -0000 1.6 +++ AUTHORS 18 Sep 2002 13:24:33 -0000 1.7 @@ -83,3 +83,9 @@ Reini Urban <ru...@xa...> Fixed some problems with using PHP Weather on a default installation of PHP 4.2. + +Kari Salovaara <kar...@pp...> and Tage Malmen + Translated PHP Weater into Swedish and Finnish. + +Paul Kairis <Pau...@sa...> + Wrote the code that handles connections through a proxy server. Index: data_retrieval.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/data_retrieval.php,v retrieving revision 1.25 retrieving revision 1.26 diff -u -3 -r1.25 -r1.26 --- data_retrieval.php 28 Aug 2002 10:10:00 -0000 1.25 +++ data_retrieval.php 18 Sep 2002 13:24:34 -0000 1.26 @@ -211,7 +211,6 @@ "Cache-Contol: no-cache\r\n"; if ($this->properties['use_proxy']) { /* We use a proxy */ - /* Inspirated by code from Paul Kairis <Pau...@sa...> */ $fp = fsockopen($this->properties['proxy_host'], $this->properties['proxy_port']); $request = "GET http://$host$location " . $request . |