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

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