Add working availability form with PHP email sending

- send.php handles form submission and sends email via mail()
- Honeypot field for bot protection
- IP-based rate limiting (60s cooldown)
- Query logging to data/kyselyt.log
- Frontend JS with loading state and success/error feedback
- data/ directory protected with .htaccess

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 00:41:08 +02:00
parent 83193565ce
commit f0d3b66756
3 changed files with 147 additions and 0 deletions

1
data/.htaccess Normal file
View File

@@ -0,0 +1 @@
Deny from all