mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Fixed bug #76087
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user