From d4e28b7d94d7eed6edae05729e14e51b30f87e18 Mon Sep 17 00:00:00 2001 From: Charly Root Date: Mon, 7 Oct 2013 23:59:55 +0200 Subject: mark config with CONFIG_TODO --- src/attachment_writer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/attachment_writer.php') 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 . # -$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']) { -- cgit v1.2.3