Added captcha: Created new page with captcha auth and fields saving mechanism.

This commit is contained in:
SovereigntyIsNotFreedom 2025-04-13 09:22:37 +01:00
parent 243e3d24bb
commit 412a36e66d
10 changed files with 592 additions and 8 deletions

6
www/README.md Normal file
View file

@ -0,0 +1,6 @@
To make the captcha image work you will need to install php-gd.
Since there might be version in the name first try searching your package manager
Next you need to go to /etc/php/[your_version]/cli/php.ini and remove the semi-colon(;) from the line with extension=gd.
Done.