Updated the feedback form URL.
parent
7b940443af
commit
6c25858e66
|
@ -29,7 +29,7 @@ NSString *encodeForURL(NSString *s)
|
||||||
|
|
||||||
NSData *postData = [postString dataUsingEncoding:NSASCIIStringEncoding];
|
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];
|
NSMutableURLRequest *post = [NSMutableURLRequest requestWithURL:url];
|
||||||
|
|
||||||
[post addValue:@"application/x-www-form-urlencoded" forHTTPHeaderField:@"Content-Type"];
|
[post addValue:@"application/x-www-form-urlencoded" forHTTPHeaderField:@"Content-Type"];
|
||||||
|
|
Loading…
Reference in New Issue