Restored the original feedback address
parent
9a4be28903
commit
ce1d7bcbdc
|
@ -30,7 +30,7 @@ NSString *encodeForURL(NSString *s)
|
||||||
|
|
||||||
NSData *postData = [postString dataUsingEncoding:NSASCIIStringEncoding];
|
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];
|
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