Update README.md

This commit is contained in:
hxcde 2023-03-28 12:34:12 +02:00 committed by GitHub
parent be1c4b3396
commit 2c30172327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,9 @@ Apache:
```bash ```bash
mv anonmail/* /var/www/html/ mv anonmail/* /var/www/html/
``` ```
Edit Edit in contact-form-process.php
```bash ```bash
$email_to = "email@example.de"; $email_to = "email@example.de";
$email_subject = "Anonymes Kontaktformular"; $email_subject = "Anonymes Kontaktformular";
$email = 'email@example.de';
``` ```