MVLog removed

This commit is contained in:
hbrain 2026-06-20 16:13:40 +02:00
parent 7b5db39b37
commit 040a22855e
4 changed files with 6 additions and 6 deletions

View file

@ -27,7 +27,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
} elseif (!filter_var($form_email, FILTER_VALIDATE_EMAIL)) {
$err = "Please provide a valid email address.";
} else {
$subject = "MVLog Contact Form Submission from " . $form_name;
$subject = "MVLog Contact Submission from " . $form_name;
$body = "Name: " . $form_name . "\n";
$body .= "Email: " . $form_email . "\n\n";
$body .= "Message:\n" . str_replace(["\r\n", "\r"], "\n", $form_message);