Bicycle/App/view/Feedback/feedback_ok.html
Egor Isaev b3c8188ee3 dev
2026-06-23 16:30:58 +03:00

14 lines
343 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @package Bicycle
* @author Egor Isaev
* @description feedback_ok.html
* @copyright (c) 23/06/2026
*
* @var string $email Адрес, с которого пришло сообщение
*/
?>
<p>Спасибо! Сообщение от <?= htmlspecialchars($email, ENT_QUOTES, 'UTF-8') ?> принято.</p>