bagder: curl-www latest.cgi,1.36,1.37
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv7256
Modified Files:
latest.cgi
Log Message:
UK flag
Index: latest.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.cgi,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- latest.cgi 12 Sep 2006 21:51:12 -0000 1.36
+++ latest.cgi 10 Oct 2006 07:34:48 -0000 1.37
@@ -176,11 +176,14 @@
elsif($country =~ /Thailand/) {
$tld="th";
}
+ elsif($country =~ /Taiwan/) {
+ $tld="tw";
+ }
elsif($country =~ /US/) {
$tld="us";
}
- elsif($country =~ /Taiwan/) {
- $tld="tw";
+ elsif($country =~ /United Kingdom/i) {
+ $tld="uk";
}
return $tld;
}