mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-17 04:36:57 +00:00
10 lines
259 B
Markdown
10 lines
259 B
Markdown
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 -R /srv/darknet-lantern/submissions/
|
|
```
|
|
|
|
|