summaryrefslogtreecommitdiff
path: root/src/attachment_writer.php
diff options
context:
space:
mode:
authorCharly Root <root@muse-sequencer.org>2013-10-07 23:59:55 +0200
committerCharly Root <root@muse-sequencer.org>2013-10-07 23:59:55 +0200
commitd4e28b7d94d7eed6edae05729e14e51b30f87e18 (patch)
tree9dec855d566ec0328906ac2976437351c343f12f /src/attachment_writer.php
parent7437f8756d445ed8d5aa298d269dbd4950ac3e3c (diff)
mark config with CONFIG_TODO
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']) {