Updated the feedback form URL.

CQTexperiment
Chris Moeller 2016-05-05 19:30:11 -07:00
parent 7b940443af
commit 6c25858e66
1 changed files with 1 additions and 1 deletions

View File

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