Rechtschreibkorrektur

master
Jan Danielzick 2020-01-12 22:38:12 +01:00
parent 44bd0307af
commit 0dac733d6a
1 changed files with 12 additions and 12 deletions

View File

@ -1,13 +1,13 @@
<?php <?php
$user = $_GET["user"]; $user = $_GET["user"];
?> ?>
<html> <html>
<head> <head>
<title>e-Mail Verification</title> <title>e-Mail Verification</title>
</head> <body> </head> <body>
<?php <?php
echo "<p>Bitte senden sie nun zur Verification eine e-Mail mit folgendem Inhalt an \"authentication@lostcave.ddnss.de\":</p>"; 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>"; echo "<p>Blub Blub $user</p>";
?> ?>
</html> </html>