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
$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>";
?>
<?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>";
?>
</html>