fsfe-website/support/template-thankyou.en.inc
otto 08274c9f44 Bugfixin
svn path=/trunk/; revision=24144
2012-08-30 13:15:21 +00:00

10 lines
230 B
PHP

<?php
// This is the HTML contents shown after user submitted the support form
echo '
<p>Thank you for showing your support to the FSFE!</p>
<p>A confirmation message has been sent to your e-mail '. $_POST['email'] .'</p>
';
?>