1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
This commit is contained in:
Niklas Keller
2018-03-13 08:30:40 +01:00
parent 46d5b8747f
commit 371799ada5

View File

@@ -92,7 +92,7 @@ if (isset($_POST['maillist'])) {
?>
<p>
A request has been entered into the mailing list processing queue. You
should receive an email at <?php echo $_POST['email']; ?> shortly describing
should receive an email at <?php echo clean($_POST['email']); ?> shortly describing
how to complete your request.
</p>
<?php