From 7afeaa8e3f70bf19d9dd582575cdd690120c5877 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 18 Apr 2025 22:26:40 +0200 Subject: [PATCH] fix readme --- submissions/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/submissions/README.md b/submissions/README.md index 2fbfea0..664ea6d 100644 --- a/submissions/README.md +++ b/submissions/README.md @@ -3,6 +3,9 @@ to enable submissions you need to do the following: # install the php-gd dependency to enable the captcha feature apt install php-gd -y +# copy the template submission.csv file +cp templates/submission.csv submissions/submission.csv + # chmod 777 the submission.csv file to enable php to write to it chmod 777 -R /srv/darknet-lantern/submissions/ ```