[73449] users/ryandesign/PCLauncher/Server.mm

ryandesign at macports.org ryandesign at macports.org
Sat Nov 13 13:04:13 PST 2010


Revision: 73449
          http://trac.macports.org/changeset/73449
Author:   ryandesign at macports.org
Date:     2010-11-13 13:04:09 -0800 (Sat, 13 Nov 2010)
Log Message:
-----------
Support Server.Status and Server.Signup keys in server ini files

Modified Paths:
--------------
    users/ryandesign/PCLauncher/Server.mm

Modified: users/ryandesign/PCLauncher/Server.mm
===================================================================
--- users/ryandesign/PCLauncher/Server.mm	2010-11-13 19:15:23 UTC (rev 73448)
+++ users/ryandesign/PCLauncher/Server.mm	2010-11-13 21:04:09 UTC (rev 73449)
@@ -40,6 +40,12 @@
 					} else if ([key isEqualToString:@"Server.Url"]) {
 						[statusUrl release];
 						statusUrl = [[NSString alloc] initWithFormat:@"http://%@/serverstatus/moullive.php", value];
+					} else if ([key isEqualToString:@"Server.Status"]) {
+						[statusUrl release];
+						statusUrl = [[NSString alloc] initWithString:value];
+					} else if ([key isEqualToString:@"Server.Signup"]) {
+						[createAccountUrl release];
+						createAccountUrl = [[NSString alloc] initWithString:value];
 					}
 				}
 				stream.close();
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101113/03cf6e3d/attachment.html>


More information about the macports-changes mailing list