diff options
author | Joel Uckelman <uckelman@nomic.net> | 2011-09-26 09:18:16 -0700 |
---|---|---|
committer | Joel Uckelman <uckelman@nomic.net> | 2011-09-26 09:18:16 -0700 |
commit | 0655db496d5c0554f121aa0ee40815129892fecc (patch) | |
tree | 7051f90688077b0d8bb343bf38fb764932da347e /src/PhpBB3Impl.php | |
parent | fd1dcefa540a72bcb330d20f08005ff2ddb8298a (diff) |
Adjusted attachment writer URL.
Diffstat (limited to 'src/PhpBB3Impl.php')
-rw-r--r-- | src/PhpBB3Impl.php | 2 |
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); |