threadr.lostcave.ddnss.de/content/forwarding.php

16 lines
335 B
PHP
Raw Normal View History

2020-01-12 22:38:12 +01:00
<?php
2020-01-13 08:45:38 +01:00
$user = $_POST["user"];
2020-01-12 22:38:12 +01:00
?>
<html>
<head>
<title>e-Mail Verification</title>
</head> <body>
<?php
2020-01-13 08:48:41 +01:00
echo "<p>Bitte senden sie nun zur Verifikation eine e-Mail mit folgendem Inhalt an \"authentication@lostcave.ddnss.de\":</p>";
2020-01-12 22:38:12 +01:00
echo "<p>Blub Blub $user</p>";
2020-01-13 08:47:49 +01:00
echo "<p>$user</p>";
echo "<p>$user</p>";
echo "<p>$user</p>";
2020-01-12 22:38:12 +01:00
?>
2020-01-12 22:36:39 +01:00
</html>