- Timestamp:
- 10/23/06 08:05:39 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/xml-class-rework/projects/bos/tools/wp-callpack-redirect.pl
r2007 r2034 19 19 my $is_test = ($content =~ /testMode=100/); 20 20 my $host = $is_test ? "test.createrainforest.org" : "createrainforest.org"; 21 22 $ua->default_header('Content-Type', $request->header('Content-Type')); 21 23 my $response = $ua->get("http://" . $host . ":8080/handle-sale?" . $content); 22 24 $client->send_response($response);
