Restored the original feedback address

CQTexperiment
Chris Moeller 2013-10-21 18:26:57 -07:00
parent 9a4be28903
commit ce1d7bcbdc
1 changed files with 1 additions and 1 deletions

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"];