Add contact backend and update readme

This commit is contained in:
2026-04-14 23:18:17 +02:00
parent 1c63ecdb83
commit f5f83c5ade
81 changed files with 11090 additions and 80 deletions
+14
View File
@@ -0,0 +1,14 @@
Order Deny,Allow
deny from all
<Files contact.php>
allow from all
</Files>
<Files PHPMailer-7.0.2/*>
deny from all
</Files>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>