parent
c02b76ba20
commit
44bd0307af
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
$user = $_GET["user"];
|
||||
?>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>e-Mail Verification</title>
|
||||
</head> <body>
|
||||
<?php
|
||||
echo "<p>Bitte senden sie nun zur Verification eine e-Mail mit folgendem Inhalt an \"authentication@lostcave.ddnss.de\":</p>";
|
||||
echo "<p>Blub Blub $user</p>";
|
||||
?>
|
||||
</html>
|
Loading…
Reference in New Issue