Restored the original feedback address

This commit is contained in:
Chris Moeller 2013-10-21 18:26:57 -07:00
parent 9a4be28903
commit ce1d7bcbdc

View file

@ -30,7 +30,7 @@ NSString *encodeForURL(NSString *s)
NSData *postData = [postString dataUsingEncoding:NSASCIIStringEncoding];
NSURL *url = [NSURL URLWithString:@"http://kode54.net/cog/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"];