threadr.lostcave.ddnss.de/forwarding.php

13 lines
271 B
PHP
Raw Normal View History

2020-01-12 22:38:12 +01:00
<?php
$user = $_GET["user"];
?>
<html>
<head>
<title>e-Mail Verification</title>
</head> <body>
<?php
echo "<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>";
?>
2020-01-12 22:36:39 +01:00
</html>