darknet-lantern/submissions
2025-04-18 15:43:40 +02:00
..
README.md fix 2025-04-18 15:43:20 +02:00
submission.csv updated 2025-04-18 15:43:40 +02:00

to enable submissions you need to do the following:

# install the php-gd dependency to enable the captcha feature
apt install php-gd -y

# chmod 777 the submission.csv file to enable php to write to it
chmod 777 /srv/darknet-lantern/submissions/submission.csv