Updated URL for feedback.

CQTexperiment
vspader 2007-05-19 22:52:32 +00:00
parent 9eaad00043
commit 54062be242
2 changed files with 1 additions and 12 deletions

View File

@ -31,7 +31,7 @@ NSString *encodeForURL(NSString *s)
NSData *postData = [postString dataUsingEncoding:NSASCIIStringEncoding];
NSURL *url = [NSURL URLWithString:@"http://cogosx.sourceforge.net/feedback.php"];
NSURL *url = [NSURL URLWithString:@"http://cogx.org/feedback.php"];
NSMutableURLRequest *post = [NSMutableURLRequest requestWithURL:url];
[post addValue:@"application/x-www-form-urlencoded" forHTTPHeaderField:@"Content-Type"];

View File

@ -1,11 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version='1.0'>
<dict>
@ -118,7 +111,3 @@
<string>http://cogosx.sourceforge.net/appcast.xml</string>
</dict>
</plist>