style: add some style 5 (modal form 1)

This commit is contained in:
2026-06-05 12:03:18 +03:00
parent d3a6cf9540
commit e6ea4f948e

View File

@@ -13,7 +13,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
$message .= "Email: $email\n"; $message .= "Email: $email\n";
$message .= "Дата отправки: " . date('d.m.Y H:i') . "\n"; $message .= "Дата отправки: " . date('d.m.Y H:i') . "\n";
$headers = "From: no-reply@o-arena.ru\r\n"; $headers = "From: no-reply@olimparena.aiconversion.ru\r\n";
$headers .= "Reply-To: $email\r\n"; $headers .= "Reply-To: $email\r\n";
$headers .= "Content-Type: text/plain; charset=utf-8\r\n"; $headers .= "Content-Type: text/plain; charset=utf-8\r\n";