Commit: 371799ada549905ca96e9132e7a08c4c851206b0 Author: Niklas Keller <[email protected]> Tue, 13 Mar 2018 08:30:40 +0100 Parents: 46d5b8747fea36dd26049c72ab528c3b2b2b0a0f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=371799ada549905ca96e9132e7a08c4c851206b0 Log: Fixed bug #76087 Bugs: https://bugs.php.net/76087 Changed paths: M mailing-lists.php Diff: diff --git a/mailing-lists.php b/mailing-lists.php index 834ca08..4197923 100644 --- a/mailing-lists.php +++ b/mailing-lists.php @@ -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 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
