summaryrefslogtreecommitdiff
path: root/src/attachment_writer.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/attachment_writer.php')
-rw-r--r--src/attachment_writer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/attachment_writer.php b/src/attachment_writer.php
index 5b290d6..eccf641 100644
--- a/src/attachment_writer.php
+++ b/src/attachment_writer.php
@@ -18,8 +18,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-$password = '';
-$attach_dir = '/var/www/forum/files';
+$password = 'CONFIG_TODO use the same random password as in PhpBB3Impl.php';
+$attach_dir = '/var/www/CONFIG_TODO/files';
# All requests should be local, since they come from the list post script.
if ($_SERVER['SERVER_ADDR'] != $_SERVER['REMOTE_ADDR']) {