# | Line 37 | Line 37 | public class HostUpdateSharp | |
---|---|---|
37 | } | |
38 | public HostUpdateSharp() | |
39 | { | |
40 | < | StringBuilder host = new StringBuilder("host=" + Dns.GetHostName()); |
40 | > | StringBuilder host = new StringBuilder("host=" + |
41 | > | Dns.GetHostName().ToLower()); |
42 | string url = "http://topsecret.douglasthrift.net/auth/hostupdate.cgi"; | |
43 | ||
44 | if ((host + "").IndexOf('.') < 0) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |