bagder: curl-www latest.cgi,1.34,1.35
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv26250
Modified Files:
latest.cgi
Log Message:
poland is pl
Index: latest.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.cgi,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- latest.cgi 22 Jun 2006 11:13:41 -0000 1.34
+++ latest.cgi 29 Aug 2006 20:40:02 -0000 1.35
@@ -164,6 +164,9 @@
elsif($country =~ /Japan/) {
$tld="jp";
}
+ elsif($country =~ /Poland/) {
+ $tld="pl";
+ }
elsif($country =~ /Russia/) {
$tld="ru";
}