„content/forwarding.php“ ändern

master
flambus 2020-01-13 08:47:49 +01:00
parent 9dab2e392b
commit 3b49d523a4
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@ $user = $_POST["user"];
<title>e-Mail Verification</title> <title>e-Mail Verification</title>
</head> <body> </head> <body>
<?php <?php
echo "<p>Bitte senden sie nun zur Verifikation eine e-Mail mit folgendem Inhalt an \"authentication@lostcave.ddnss.de\":</p>"; <p>Bitte senden sie nun zur Verifikation eine e-Mail mit folgendem Inhalt an \"authentication@lostcave.ddnss.de\":</p>
echo "<p>Blub Blub $user</p>"; echo "<p>Blub Blub $user</p>";
echo "<p>$user</p>";
echo "<p>$user</p>";
echo "<p>$user</p>";
?> ?>
</html> </html>