Page after Sign Up

Page after Sign UP
master
Erik 2020-01-12 22:36:39 +01:00
parent c02b76ba20
commit 44bd0307af
1 changed files with 13 additions and 0 deletions

13
weiterleitung1.php Normal file
View File

@ -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>