„content/forwarding.php“ ändern
parent
9dab2e392b
commit
3b49d523a4
|
@ -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>
|
Loading…
Reference in New Issue