summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Uckelman <uckelman@nomic.net>2011-09-26 09:18:16 -0700
committerJoel Uckelman <uckelman@nomic.net>2011-09-26 09:18:16 -0700
commit0655db496d5c0554f121aa0ee40815129892fecc (patch)
tree7051f90688077b0d8bb343bf38fb764932da347e
parentfd1dcefa540a72bcb330d20f08005ff2ddb8298a (diff)
Adjusted attachment writer URL.
-rw-r--r--src/PhpBB3Impl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PhpBB3Impl.php b/src/PhpBB3Impl.php
index 0356303..898956f 100644
--- a/src/PhpBB3Impl.php
+++ b/src/PhpBB3Impl.php
@@ -313,7 +313,7 @@ class PhpBB3Impl implements PhpBB3 {
# post the attachment data to our attachment writer shim
require_once(__DIR__ . '/HTTP_POST_multipart.php');
- $url = 'http://www.test.nomic.net/forum/attachment_writer.php';
+ $url = 'http://www.vassalengine.org/forum/attachment_writer.php';
$poster = new HTTP_POST_multipart();
$poster->addData('password', '5rnudbp7dLkijcwrT@sz');
$poster->addFile(1, $physicalFilename, $mimetype, null, 'binary', $data);