ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostUpdateSharp/HostUpdateSharp.cs
(Generate patch)

Comparing HostUpdateSharp/HostUpdateSharp.cs (file contents):
Revision 78 by Douglas Thrift, 2004-02-28T16:44:08-08:00 vs.
Revision 80 by Douglas Thrift, 2004-03-01T12:40:42-08:00

# Line 12 | Line 12 | public class HostUpdateSharp
12   {
13          public static void Main(string[] args)
14          {
15                OperatingSystem os = Environment.OSVersion;
15                  string host = Dns.GetHostName();
16                  string url = "http://topsecret.douglasthrift.net/auth/hostupdate.cgi";
17  
18 <                Console.WriteLine(os + "\n" + host + "\n" + url);
18 >                Console.WriteLine(host + "\n" + url);
19          }
20   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines